alexkueck commited on
Commit
aa153b6
1 Parent(s): 529141b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()