Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
transcript-generator
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Enrique Cardoza
commited on
5 days ago
Commit
16e7bb3
·
1 Parent(s):
5c2e2a4
add mcp_server True to demo.launch
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -314,4 +314,4 @@ with gr.Blocks(title="Audio/Video Transcription with Groq", theme=gr.themes.Soft
314
""")
315
316
if __name__ == "__main__":
317
-
demo.launch()
314
""")
315
316
if __name__ == "__main__":
317
+
demo.launch(
mcp_server=True
)