Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yixin1234
/
minicode
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yixin1234
commited on
5 days ago
Commit
4bfc6ea
·
1 Parent(s):
0520aba
feat: keep fix config
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -42,5 +42,6 @@ demo = gr.Interface(
42
)
43
44
demo.launch(
45
-
enable_api
=
True
46
)
42
)
43
44
demo.launch(
45
+
server_name
=
"0.0.0.0",
46
+
server_port=7860
47
)