Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(title=title,theme=gr.themes.Base(),description = description) as
|
|
113 |
|
114 |
txt_msg.then(lambda: gr.update(interactive=True), None, [txt])
|
115 |
|
116 |
-
file_msg = btn.stop_recording(add_file, [chatbot, btn], [chatbot]).then(
|
117 |
bot, chatbot, chatbot
|
118 |
)
|
119 |
|
|
|
113 |
|
114 |
txt_msg.then(lambda: gr.update(interactive=True), None, [txt])
|
115 |
|
116 |
+
file_msg = btn.stop_recording(add_file, [chatbot, btn], [chatbot]).then(
|
117 |
bot, chatbot, chatbot
|
118 |
)
|
119 |
|