Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yanqing0327
/
Project
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yanqing0327
commited on
15 days ago
Commit
7a56e47
·
verified
·
1 Parent(s):
19644d2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -31,4 +31,4 @@ iface = gr.Interface(
31
)
32
33
# Launch Gradio
34
-
iface.launch(server_name="0.0.0.0", server_port=
7861
)
31
)
32
33
# Launch Gradio
34
+
iface.launch(server_name="0.0.0.0", server_port=
7860
)