Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -334,7 +334,6 @@ chat_interface_stream = gr.ChatInterface(fn=generate,
|
|
| 334 |
submit_btn = "Abschicken",
|
| 335 |
description = description)
|
| 336 |
|
| 337 |
-
print("Build GUI")
|
| 338 |
with gr.Blocks() as demo:
|
| 339 |
with gr.Tab("Chatbot"):
|
| 340 |
chatbot_stream.like(vote, None, None)
|
|
|
|
| 334 |
submit_btn = "Abschicken",
|
| 335 |
description = description)
|
| 336 |
|
|
|
|
| 337 |
with gr.Blocks() as demo:
|
| 338 |
with gr.Tab("Chatbot"):
|
| 339 |
chatbot_stream.like(vote, None, None)
|