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
4 days ago
Commit
3382272
·
1 Parent(s):
4bfc6ea
feat: allow public access
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -43,5 +43,6 @@ demo = gr.Interface(
43
44
demo.launch(
45
server_name="0.0.0.0",
46
-
server_port=7860
47
)
43
44
demo.launch(
45
server_name="0.0.0.0",
46
+
server_port=7860
,
47
+
share=True
48
)