Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
|
|
|
| 283 |
process_document, inputs=[input_image, instruction, llm], outputs=[output_table, output_text]
|
| 284 |
)
|
| 285 |
|
| 286 |
+
demo.queue(concurrency_count=1).launch()
|