Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,4 +136,4 @@ gr.Interface(
|
|
| 136 |
title="Audio Separator",
|
| 137 |
description="<center>Separate the music and vocal from the input audio</center>",
|
| 138 |
flagging_mode="never",
|
| 139 |
-
).launch(share=False, favicon_path=base_path / "audiomack.svg")
|
|
|
|
| 136 |
title="Audio Separator",
|
| 137 |
description="<center>Separate the music and vocal from the input audio</center>",
|
| 138 |
flagging_mode="never",
|
| 139 |
+
).launch(share=False, favicon_path=base_path / "audiomack.svg", mcp_server=True)
|