Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def run_dif(prompt,im_path,model_drop,cnt):
|
|
31 |
print(f'im_path0.image.path:: {im_path.root[0].image.path}')
|
32 |
out_box=[]
|
33 |
|
34 |
-
for i,ea in im_path.root:
|
35 |
print(f'root::{im_path.root[i]}')
|
36 |
#print(f'ea:: {ea}')
|
37 |
#print(f'impath:: {im_path.path}')
|
|
|
31 |
print(f'im_path0.image.path:: {im_path.root[0].image.path}')
|
32 |
out_box=[]
|
33 |
|
34 |
+
for i,ea in enumerate(im_path.root):
|
35 |
print(f'root::{im_path.root[i]}')
|
36 |
#print(f'ea:: {ea}')
|
37 |
#print(f'impath:: {im_path.path}')
|