Spaces:
Runtime error
Runtime error
mnauf
commited on
Commit
·
50026ba
1
Parent(s):
55bd2bd
added model and removed gradio link sharing
Browse files- app.py +1 -1
- custom_model.pt +3 -0
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(server_name="localhost")
|
32 |
# block.queue().launch()
|
custom_model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d48097b1808df2c39f3ec2b960126d38f1875c96b6fd8170eb0aa0dbb022729b
|
3 |
+
size 173081373
|