Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ceodaniel/strangerzonehf-Flux-Icon-Kit-LoRA
adwqw333333213sd
/
strangerzonehf-Flux-Icon-Kit-LoRA
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
adwqw333333213sd
commited on
Mar 8
Commit
7bb5cfd
·
verified
·
1 Parent(s):
5c6de43
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import gradio as gr
2
3
-
gr.load("models/strangerzonehf/Flux-Icon-Kit-LoRA").launch()
1
import gradio as gr
2
3
+
gr.load("models/strangerzonehf/Flux-Icon-Kit-LoRA").launch()
4
+
5
+
demo.launch(share=True)