fl399 commited on
Commit
56f3b9b
1 Parent(s): 0ab9867

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -283,4 +283,4 @@ with gr.Blocks(theme=theme) as demo:
283
  process_document, inputs=[input_image, instruction, llm], outputs=[output_table, output_text]
284
  )
285
 
286
- demo.queue(concurrency_count=3).launch()
 
283
  process_document, inputs=[input_image, instruction, llm], outputs=[output_table, output_text]
284
  )
285
 
286
+ demo.queue(concurrency_count=1).launch()