youzhang commited on
Commit
0e71058
·
verified ·
1 Parent(s): b4c8a3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -170,9 +170,9 @@ with gr.Blocks(css="footer{display:none !important}") as demo:
170
  history.append([message, full_response])
171
 
172
  # Generate image based on the latest assistant response
173
- image = generate_image(text_response)
174
 
175
- return history, "",image
176
 
177
  user_input.submit(
178
  wrapped_predict,
 
170
  history.append([message, full_response])
171
 
172
  # Generate image based on the latest assistant response
173
+ #image = generate_image(text_response)
174
 
175
+ return history, ""
176
 
177
  user_input.submit(
178
  wrapped_predict,