Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
agents-mcp-hackathon-tracker
like
15
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ysharma
HF Staff
commited on
Jun 10
Commit
41bfe79
·
verified
·
1 Parent(s):
b1c89e3
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.load("Agents-MCP-Hackathon/agents-mcp-hackathon-tracker", src="spaces", hf_token=HF_TOKEN).launch()