Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GGPENG
/
NetTokenDiffusion
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
GGPENG
commited on
9 days ago
Commit
c3737ef
·
verified
·
1 Parent(s):
1b886a8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-1
app.py
CHANGED
Viewed
@@ -68,4 +68,7 @@ demo = gr.Interface(
68
title="Fine-tuning style diffusion Demo"
69
)
70
71
-
demo.launch(
)
68
title="Fine-tuning style diffusion Demo"
69
)
70
71
+
demo.launch(
72
+
server_name="0.0.0.0",
73
+
server_port=7860
74
+
)