Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Efficient-Large-Model/SanaSprint
svjack
/
SanaSprint
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
svjack
commited on
27 days ago
Commit
f38ee17
·
verified
·
1 Parent(s):
0b95feb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -146,4 +146,4 @@ with gr.Blocks(css=css) as demo:
146
outputs = [result, seed]
147
)
148
149
-
demo.launch()
146
outputs = [result, seed]
147
)
148
149
+
demo.launch(
share = True
)