Update app.py
Browse files
app.py
CHANGED
@@ -413,9 +413,9 @@ with gr.Blocks() as demo:
|
|
413 |
</div>
|
414 |
""")
|
415 |
with gr.Tab("Chatbot"):
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
with gr.Row():
|
420 |
reference_image
|
421 |
|
|
|
413 |
</div>
|
414 |
""")
|
415 |
with gr.Tab("Chatbot"):
|
416 |
+
with gr.Row():
|
417 |
+
chatbot_stream.like(vote, None, None)
|
418 |
+
chat_interface_stream.queue().launch()
|
419 |
with gr.Row():
|
420 |
reference_image
|
421 |
|