Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jamesliu1217/EasyControl_Ghibli
abidlabs
/
EasyGhibli
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abidlabs
HF Staff
commited on
8 days ago
Commit
6757b56
·
verified
·
1 Parent(s):
18daf13
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -83,4 +83,4 @@ with gr.Blocks() as demo:
83
)
84
85
# Launch the Gradio app
86
-
demo.launch()
83
)
84
85
# Launch the Gradio app
86
+
demo.launch(
mcp_server=True
)