alexkueck commited on
Commit
e6477f6
1 Parent(s): f96ce19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -296,9 +296,9 @@ chat_interface_stream = gr.ChatInterface(fn=invoke,
296
  undo_btn="Letztes löschen",
297
  clear_btn="Verlauf löschen",
298
  additional_inputs=additional_inputs,
299
- description = description)#.queue().launch()
300
 
301
  with gr.Blocks() as demo:
302
  with gr.Tab("Chatbot"):
303
  chatbot_stream.like(vote, None, None)
304
- chat_interface_stream.render()
 
296
  undo_btn="Letztes löschen",
297
  clear_btn="Verlauf löschen",
298
  additional_inputs=additional_inputs,
299
+ description = description)
300
 
301
  with gr.Blocks() as demo:
302
  with gr.Tab("Chatbot"):
303
  chatbot_stream.like(vote, None, None)
304
+ chat_interface_stream.queue().launch()