Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|