Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
33 |
print(f'ea:: {ea}')
|
34 |
-
print(f'impath:: {im_path[
|
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)
|