alexkueck commited on
Commit
79dfe7d
1 Parent(s): 58a681b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -341,6 +341,6 @@ chat_interface_stream = gr.ChatInterface(fn=generate,
341
 
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
 
 
341
 
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