Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tonic
/
med-gpt-oss-20b-demo
like
4
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Tonic
commited on
Aug 10
Commit
2a6a687
·
1 Parent(s):
39cd40f
adds mcp server
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -336,4 +336,4 @@ demo = gr.ChatInterface(
336
)
337
338
if __name__ == "__main__":
339
-
demo.launch(share=True)
336
)
337
338
if __name__ == "__main__":
339
+
demo.launch(
mcp_server=True,
share=True)