Update app.py
Browse files
app.py
CHANGED
@@ -363,4 +363,4 @@ chat_interface_stream = gr.ChatInterface(fn=invoke,
|
|
363 |
with gr.Blocks() as demo:
|
364 |
with gr.Tab("Chatbot"):
|
365 |
chatbot_stream.like(vote, None, None)
|
366 |
-
chat_interface_stream.queue().launch()
|
|
|
363 |
with gr.Blocks() as demo:
|
364 |
with gr.Tab("Chatbot"):
|
365 |
chatbot_stream.like(vote, None, None)
|
366 |
+
chat_interface_stream.queue().launch()
|