Spaces:
Runtime error
Runtime error
Commit
·
68be2a5
1
Parent(s):
1331faa
Update app.py
Browse files
app.py
CHANGED
@@ -66,5 +66,5 @@ yolo_app = gr.Interface(
|
|
66 |
)
|
67 |
|
68 |
# Launch the Gradio interface in debug mode with queue enabled
|
69 |
-
yolo_app.launch(debug=True).queue()
|
70 |
|
|
|
66 |
)
|
67 |
|
68 |
# Launch the Gradio interface in debug mode with queue enabled
|
69 |
+
yolo_app.launch(debug=True,share=True).queue()
|
70 |
|