Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lanzhiwang
/
first-gradio
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lanzhiwang
commited on
Sep 14, 2023
Commit
7724f0f
·
1 Parent(s):
9880c71
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -19,4 +19,4 @@ demo = gr.Interface(
19
examples=examples
20
)
21
22
-
demo.launch()
19
examples=examples
20
)
21
22
+
demo.launch(
server_name="0.0.0.0", server_port=7860
)