Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
qualitydatalab
/
car-quality-reviews
like
0
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
florentgbelidji
HF staff
commited on
Apr 18, 2023
Commit
ed68d06
·
1 Parent(s):
724e312
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ gradio_ui = gr.Interface(
25
],
26
)
27
28
-
gradio_ui.launch(
debug
=
True
)
25
],
26
)
27
28
+
gradio_ui.launch(
server_port
=
8080, enable_queue=False
)