ariG23498 HF Staff commited on
Commit
2ba8f92
·
1 Parent(s): 135498d

app launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -243,4 +243,4 @@ with gr.Blocks() as app:
243
  image.upload(fn=run_detection, inputs=inputs, outputs=outputs)
244
 
245
  # Optional: queue to handle multiple users gracefully (tune as needed)
246
- app.queue(max_size=16, concurrency_count=1).launch()
 
243
  image.upload(fn=run_detection, inputs=inputs, outputs=outputs)
244
 
245
  # Optional: queue to handle multiple users gracefully (tune as needed)
246
+ app.launch()