huanngzh commited on
Commit
bf9ea44
1 Parent(s): d3bc7f9

fix import

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import torch
8
  from torchvision import transforms
9
  from transformers import AutoModelForImageSegmentation
10
 
11
- from .inference_i2mv_sdxl import prepare_pipeline, remove_bg, run_pipeline
12
 
13
  # Device and dtype
14
  dtype = torch.bfloat16
 
8
  from torchvision import transforms
9
  from transformers import AutoModelForImageSegmentation
10
 
11
+ from inference_i2mv_sdxl import prepare_pipeline, remove_bg, run_pipeline
12
 
13
  # Device and dtype
14
  dtype = torch.bfloat16