Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ovi054/FLUX-GIFs-LoRA
shweaung
/
WLgiflora
like
0
Running
App
Files
Files
Community
shweaung
commited on
26 days ago
Commit
ff89145
•
1 Parent(s):
96a7af3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -167,4 +167,4 @@ with gr.Blocks(css=css) as demo:
167
outputs = [output, output_stills, seed]
168
)
169
170
-
demo
.launch()
167
outputs = [output, output_stills, seed]
168
)
169
170
+
app
.launch(
show_api=False, share=True
)