alexkueck commited on
Commit
0ded83d
1 Parent(s): 05ed685

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -413,9 +413,9 @@ with gr.Blocks() as demo:
413
  </div>
414
  """)
415
  with gr.Tab("Chatbot"):
416
- #with gr.Row():
417
- #chatbot_stream.like(vote, None, None)
418
- #chat_interface_stream #.queue().launch()
419
  with gr.Row():
420
  reference_image
421
 
 
413
  </div>
414
  """)
415
  with gr.Tab("Chatbot"):
416
+ with gr.Row():
417
+ chatbot_stream.like(vote, None, None)
418
+ chat_interface_stream.queue().launch()
419
  with gr.Row():
420
  reference_image
421