Spaces:
Runtime error
Runtime error
Commit
·
d9e36f7
1
Parent(s):
70ae03f
update UI
Browse files
app.py
CHANGED
@@ -705,7 +705,7 @@ def retry(history):
|
|
705 |
print("chathmi3 error:", e)
|
706 |
# yield chathmi3(last_request, chatbot_history)
|
707 |
|
708 |
-
with gr.Blocks(
|
709 |
# gr.Markdown("Start typing below and then click **SUBMIT** to see the output.")
|
710 |
# main = gr.ChatInterface(
|
711 |
# fake,
|
|
|
705 |
print("chathmi3 error:", e)
|
706 |
# yield chathmi3(last_request, chatbot_history)
|
707 |
|
708 |
+
with gr.Blocks() as demo:
|
709 |
# gr.Markdown("Start typing below and then click **SUBMIT** to see the output.")
|
710 |
# main = gr.ChatInterface(
|
711 |
# fake,
|