Omnibus commited on
Commit
b9b9cab
·
verified ·
1 Parent(s): 3ae8f62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: