Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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)
|
|
|
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)
|