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