Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nevergiveingup22
/
tryonlabs-FLUX.1-dev-LoRA-Outfit-Generator
like
0
Sleeping
App
Files
Files
Community
nevergiveingup22
commited on
17 days ago
Commit
716a1fe
•
1 Parent(s):
4230062
update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/tryonlabs/FLUX.1-dev-LoRA-Outfit-Generator").launch()
1
import gradio as gr
2
3
+
gr.load("models/tryonlabs/FLUX.1-dev-LoRA-Outfit-Generator").launch(
share=True
)