bhuvanmdev commited on
Commit
9646c0e
·
verified ·
1 Parent(s): 73f047a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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],