Nymbo commited on
Commit
18d486f
·
verified ·
1 Parent(s): 1fb95d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -258,4 +258,4 @@ with gr.Blocks(
258
  ffmpeg_commands.update(output_textbox)
259
 
260
  if __name__ == "__main__":
261
- demo.launch(show_error=True, max_threads=300)
 
258
  ffmpeg_commands.update(output_textbox)
259
 
260
  if __name__ == "__main__":
261
+ demo.launch(show_error=True, max_threads=300, mcp_server=True)