Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,5 +47,4 @@ with gr.Blocks() as demo:
|
|
| 47 |
msg.submit(generate_response, inputs=[chatbot], outputs=chatbot) # Указываем, что входные данные — это chatbot
|
| 48 |
clear.click(lambda: [], None, chatbot)
|
| 49 |
|
| 50 |
-
demo.launch()
|
| 51 |
-
# Тестовый комментарий от Андрюхи
|
|
|
|
| 47 |
msg.submit(generate_response, inputs=[chatbot], outputs=chatbot) # Указываем, что входные данные — это chatbot
|
| 48 |
clear.click(lambda: [], None, chatbot)
|
| 49 |
|
| 50 |
+
demo.launch()
|
|
|