mnauf commited on
Commit
2001d90
1 Parent(s): 50026ba

removed server name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(server_name="localhost")
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()