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
0520aba
·
1 Parent(s):
11418a6
fix config
Browse files
Files changed (1)
hide
show
app.py
+0
-2
app.py
CHANGED
Viewed
@@ -42,7 +42,5 @@ demo = gr.Interface(
42
)
43
44
demo.launch(
45
-
server_name="0.0.0.0",
46
-
server_port=7860,
47
enable_api=True
48
)
42
)
43
44
demo.launch(
45
enable_api=True
46
)