Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jibsn
/
moldet
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jibsn
commited on
Sep 2, 2025
Commit
8c016d4
·
verified
·
1 Parent(s):
8ca5031
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -55,4 +55,4 @@ demo = gr.Interface(
55
)
56
57
if __name__ == "__main__":
58
-
demo.launch()
55
)
56
57
if __name__ == "__main__":
58
+
demo.launch(
mcp_server=True
)