Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ericosmic
/
mcp-test
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mcp-test
/
main.py
eric
Initial Commit
09ce712
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
def
main
():
print
(
"Hello from mcp-gradio!"
)
if
__name__ ==
"__main__"
:
main()