Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kev09
/
lllyasviel-sd-controlnet-openpose
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kev09
commited on
Jul 18, 2023
Commit
9685f0b
·
1 Parent(s):
cedd9f5
Update app.py
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/
lllyasviel/sd-controlnet-openpose").launch()
1
import gradio as gr
2
3
+
gr.load("lllyasviel/sd-controlnet-openpose"
,src="models"
).launch()