Update app.py
Browse files
app.py
CHANGED
|
@@ -128,5 +128,5 @@ gr.ChatInterface(
|
|
| 128 |
scale=1,
|
| 129 |
show_copy_button=True
|
| 130 |
),
|
| 131 |
-
chatbot.retry(handle_retry, chatbot, [chatbot])
|
| 132 |
).queue().launch()
|
|
|
|
| 128 |
scale=1,
|
| 129 |
show_copy_button=True
|
| 130 |
),
|
| 131 |
+
chatbot.retry(handle_retry, chatbot, [chatbot]),
|
| 132 |
).queue().launch()
|