Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NihalGazi
/
FLUX-Pro-Unlimited
like
1.18k
Running
App
Files
Files
Community
17
Fetching metadata from the HF Docker repository...
NihalGazi
commited on
15 days ago
Commit
60806a9
·
verified
·
1 Parent(s):
526e658
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -196,4 +196,4 @@ Click **Generate** and enjoy unlimited AI art!
196
# Sponsor wall
197
gr.HTML(sponsor_html)
198
199
-
demo.launch()
196
# Sponsor wall
197
gr.HTML(sponsor_html)
198
199
+
demo.launch(
share=True
)