Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
PodcastGenerator
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
imessam
commited on
Jun 10
Commit
d2f9910
·
verified
·
1 Parent(s):
d74c9e6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,6 @@ demo = gr.ChatInterface(
60
)
61
62
if __name__ == "__main__":
63
-
demo.launch(
mcp_server=True)
60
)
61
62
if __name__ == "__main__":
63
+
demo.launch(
64
+
#mcp_server=True
65
+
)