Omnibus commited on
Commit
26a7afe
1 Parent(s): f566387

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -27,11 +27,12 @@ def load_model(model_drop):
27
 
28
  def run_dif(prompt,im_path,model_drop,cnt):
29
  print(f'im_path:: {im_path}')
 
30
  out_box=[]
31
 
32
- for i,ea in im_path.root:
33
  print(f'ea:: {ea}')
34
- print(f'impath:: {im_path.root[i]}')
35
  #url = base_url+ea
36
  #init_image = load_image(url)
37
  init_image=load_image(ea)
 
27
 
28
  def run_dif(prompt,im_path,model_drop,cnt):
29
  print(f'im_path:: {im_path}')
30
+ print(f'im_path0:: {im_path.root[0]}')
31
  out_box=[]
32
 
33
+ for i,ea in im_path.path:
34
  print(f'ea:: {ea}')
35
+ print(f'impath:: {im_path.path}')
36
  #url = base_url+ea
37
  #init_image = load_image(url)
38
  init_image=load_image(ea)