Spaces:
Runtime error
Runtime error
MichalMlodawski
commited on
Commit
•
cbbe67a
1
Parent(s):
0a74dbe
Update app.py
Browse files
app.py
CHANGED
@@ -53,4 +53,4 @@ with gr.Blocks() as demo:
|
|
53 |
|
54 |
detect_button.click(fn=yolo_detection, inputs=image_input, outputs=image_output)
|
55 |
|
56 |
-
demo.launch(share=
|
|
|
53 |
|
54 |
detect_button.click(fn=yolo_detection, inputs=image_input, outputs=image_output)
|
55 |
|
56 |
+
demo.launch(share=False)
|