Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fdaudens
/
podcast-jobs
like
82
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Add MCP Server
#1
by
AkinyemiAra
- opened
May 30
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -172,4 +172,4 @@ Based on [Open NotebookLM](https://huggingface.co/spaces/m-ric/open-notebooklm),
172
)
173
174
if __name__ == "__main__":
175
-
demo.launch()
172
)
173
174
if __name__ == "__main__":
175
+
demo.launch(
mcp_server=True
)