Ashoka74 commited on
Commit
af8def7
1 Parent(s): e3375c6

Update app.py

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