Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
Statistical-Analysis-MCP
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
JG1310
commited on
Jun 3
Commit
9673562
·
verified
·
1 Parent(s):
266fcb6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -436,4 +436,5 @@ demo = gr.TabbedInterface(
436
)
437
438
if __name__ == "__main__":
439
demo.launch(mcp_server=True)
436
)
437
438
if __name__ == "__main__":
439
+
print(f"Gradio version: {gr.__version__}")
440
demo.launch(mcp_server=True)