Spaces:
Runtime error
Runtime error
mnauf
commited on
Commit
•
2001d90
1
Parent(s):
50026ba
removed server name
Browse files
app.py
CHANGED
@@ -28,5 +28,5 @@ with gr.Blocks() as block:
|
|
28 |
btn = gr.Button(value="Count the number of Bees")
|
29 |
btn.click(detect_bees, inputs=[file_input], outputs=[file_output], queue=True)
|
30 |
|
31 |
-
block.queue(concurrency_count=5).launch(
|
32 |
# block.queue().launch()
|
|
|
28 |
btn = gr.Button(value="Count the number of Bees")
|
29 |
btn.click(detect_bees, inputs=[file_input], outputs=[file_output], queue=True)
|
30 |
|
31 |
+
block.queue(concurrency_count=5).launch()
|
32 |
# block.queue().launch()
|