Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/sd3-ControlNet
jordandotzel
/
sd3-ControlNet
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jordandotzel
commited on
Nov 17, 2024
Commit
628e676
·
verified
·
1 Parent(s):
2d7cd24
Revert enable_api
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -117,4 +117,4 @@ with gr.Blocks(css=css) as demo:
117
)
118
119
# Enable API by setting enable_api=True
120
-
demo.queue().launch(
enable_api=True
)
117
)
118
119
# Enable API by setting enable_api=True
120
+
demo.queue().launch()