Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,6 +71,8 @@ def load_model(model_drop):
|
|
71 |
|
72 |
|
73 |
def run_dif_color(out_prompt,im_path,model_drop,tint,im_height,im_width):
|
|
|
|
|
74 |
p_seed=""
|
75 |
out_box=[]
|
76 |
out_html=""
|
@@ -80,7 +82,6 @@ def run_dif_color(out_prompt,im_path,model_drop,tint,im_height,im_width):
|
|
80 |
cnt = 0
|
81 |
for hh in range(int(im_height/grid_wide)):
|
82 |
for b in range(int(im_width/grid_wide)):
|
83 |
-
uid=uuid.uuid4()
|
84 |
|
85 |
print(f'root::{im_path.root[cnt]}')
|
86 |
#print(f'ea:: {ea}')
|
|
|
71 |
|
72 |
|
73 |
def run_dif_color(out_prompt,im_path,model_drop,tint,im_height,im_width):
|
74 |
+
uid=uuid.uuid4()
|
75 |
+
|
76 |
p_seed=""
|
77 |
out_box=[]
|
78 |
out_html=""
|
|
|
82 |
cnt = 0
|
83 |
for hh in range(int(im_height/grid_wide)):
|
84 |
for b in range(int(im_width/grid_wide)):
|
|
|
85 |
|
86 |
print(f'root::{im_path.root[cnt]}')
|
87 |
#print(f'ea:: {ea}')
|