Omnibus commited on
Commit
f566387
·
verified ·
1 Parent(s): 0b5c615

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,9 +29,9 @@ 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[0]:
33
  print(f'ea:: {ea}')
34
- print(f'impath:: {im_path[0][i]}')
35
  #url = base_url+ea
36
  #init_image = load_image(url)
37
  init_image=load_image(ea)
 
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)