Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
fusion-117
/
parking_assistant_system
like
0
Runtime error
App
Files
Files
Community
supritg
commited on
May 23
Commit
1f459fe
•
1 Parent(s):
dfe0d96
Changes in code
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -72,4 +72,4 @@ yolo_app = gr.Interface(
72
title = "VPS"
73
)
74
75
-
yolo_app.launch(debug = True)
72
title = "VPS"
73
)
74
75
+
yolo_app.launch(debug = True
, share = True
)