Enrique Cardoza commited on
Commit
16e7bb3
·
1 Parent(s): 5c2e2a4

add mcp_server True to demo.launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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)