Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks() as demo:
|
|
192 |
update_chatbot,
|
193 |
inputs=[chatbot],
|
194 |
outputs=[chatbot],
|
195 |
-
show_progress="hidden",
|
196 |
queue=True,
|
197 |
)
|
198 |
api_key.submit(
|
|
|
192 |
update_chatbot,
|
193 |
inputs=[chatbot],
|
194 |
outputs=[chatbot],
|
195 |
+
#show_progress="hidden",
|
196 |
queue=True,
|
197 |
)
|
198 |
api_key.submit(
|