Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zhreyu
/
zhreyu-ComicStrips-Lora-Fluxdev
like
8
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zhreyu
commited on
May 12
Commit
ee258ae
·
verified
·
1 Parent(s):
e593f70
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
import gradio as gr
2
3
-
gr.load(
"models/zhreyu/ComicStrips-Lora-Fluxdev").launch()
1
import gradio as gr
2
3
+
gr.load(
4
+
"models/zhreyu/ComicStrips-Lora-Fluxdev",
5
+
provider="hf-inference",
6
+
).launch()