Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
williamberman
/
controlnet-gradio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
williamberman
commited on
Mar 13, 2023
Commit
aea07e3
·
1 Parent(s):
efcf16b
fix
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -48,4 +48,4 @@ io = gr.Interface(
48
title="fill50k controlnet",
49
cache_examples=True,
50
)
51
-
io.launch(
share=True
)
48
title="fill50k controlnet",
49
cache_examples=True,
50
)
51
+
io.launch()