johann22 commited on
Commit
a73a75f
1 Parent(s): f6e072d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def gen_from_infer(purpose,history,image,model_drop,chat_drop,choice):
48
  model=,
49
  seed=1,
50
  )'''
51
- yield out_img
52
  '''
53
  #return (history,None)
54
  print(out_img)
 
48
  model=,
49
  seed=1,
50
  )'''
51
+ yield (history,out_img)
52
  '''
53
  #return (history,None)
54
  print(out_img)