Spaces:
Running
Running
Update app.py
Browse files
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)
|