Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Saravutw/omni-image-editor-API
drdudddd
/
omni-image-editor-API
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
drdudddd
commited on
3 days ago
Commit
93b8107
·
verified
·
1 Parent(s):
c89f13d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -23,4 +23,4 @@ with gr.Blocks(fill_height=True) as demo:
23
""")
24
25
if __name__ == "__main__":
26
-
demo.launch(
mcp_server=True
)
23
""")
24
25
if __name__ == "__main__":
26
+
demo.launch()