Update app.py
Browse files
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)
|
300 |
|
301 |
with gr.Blocks() as demo:
|
302 |
with gr.Tab("Chatbot"):
|
303 |
chatbot_stream.like(vote, None, None)
|
304 |
-
chat_interface_stream.
|
|
|
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()
|