Omnibus commited on
Commit
7801a7f
·
verified ·
1 Parent(s): 5b5f13a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ def run_dif_color(out_prompt,im_path,model_drop,tint,im_height,im_width):
140
 
141
  cnt+=1
142
  adj_h+=grid_wide
143
- yield gr.Image(out),out_html
144
 
145
 
146
 
 
140
 
141
  cnt+=1
142
  adj_h+=grid_wide
143
+ yield gr.Image(out),out_html
144
 
145
 
146