Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
unixpickle
/
car-data
like
17
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
unixpickle
commited on
Dec 29, 2022
Commit
58361e3
·
1 Parent(s):
fff6fcf
queue
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -68,4 +68,4 @@ iface = gr.Interface(
68
gr.Label(label="Make/Model", num_top_classes=10),
69
],
70
)
71
-
iface.launch()
68
gr.Label(label="Make/Model", num_top_classes=10),
69
],
70
)
71
+
iface.
queue(concurrency_count=2).
launch()