Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -275,7 +275,8 @@ def create_gradio_interface(rag_system: AdvancedRAGSystem) :
|
|
275 |
inputs=[question_input],
|
276 |
outputs=[answer_output],
|
277 |
api_name="stream_response",
|
278 |
-
queue=False
|
|
|
279 |
).then(
|
280 |
fn=update_history,
|
281 |
inputs=[question_input],
|
|
|
275 |
inputs=[question_input],
|
276 |
outputs=[answer_output],
|
277 |
api_name="stream_response",
|
278 |
+
queue=False,
|
279 |
+
show_progress=False
|
280 |
).then(
|
281 |
fn=update_history,
|
282 |
inputs=[question_input],
|