Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -120,6 +120,7 @@ def run_dif_color(out_prompt,im_path,model_drop,tint,im_height,im_width):
|
|
120 |
tmp_im = out_box[0]
|
121 |
tmp_im.save(f'comb-{uid}-tmp.png')
|
122 |
out = f'comb-{uid}-tmp.png'
|
|
|
123 |
|
124 |
|
125 |
except Exception as e:
|
|
|
120 |
tmp_im = out_box[0]
|
121 |
tmp_im.save(f'comb-{uid}-tmp.png')
|
122 |
out = f'comb-{uid}-tmp.png'
|
123 |
+
yield out,out_html
|
124 |
|
125 |
|
126 |
except Exception as e:
|