Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nevergiveingup22
/
tryonlabs-FLUX.1-dev-LoRA-Outfit-Generator
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nevergiveingup22
commited on
Nov 8, 2024
Commit
716a1fe
·
verified
·
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
)