Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sovitrath
/
pothole_yolov8_nano
like
9
Running
App
Files
Files
Community
1
sovitrath
commited on
Jan 12, 2023
Commit
0c6b7d0
•
1 Parent(s):
8240e32
App update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -34,4 +34,4 @@ gr_interface = gr.Interface(
34
live=True,
35
)
36
37
-
gr_interface.launch(
inline
=
False
,
share
=
False, debug=
True)
34
live=True,
35
)
36
37
+
gr_interface.launch(
debug
=
True
,
enable_queue
=True)