Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -342,4 +342,5 @@ chat_interface_stream = gr.ChatInterface(fn=generate,
|
|
342 |
with gr.Blocks() as demo:
|
343 |
with gr.Tab("Chatbot"):
|
344 |
chatbot_stream.like(vote, None, None)
|
345 |
-
chat_interface_stream.queue().launch()
|
|
|
|
342 |
with gr.Blocks() as demo:
|
343 |
with gr.Tab("Chatbot"):
|
344 |
chatbot_stream.like(vote, None, None)
|
345 |
+
#chat_interface_stream.queue().launch()
|
346 |
+
chat_interface_stream.launch()
|