abidlabs HF Staff commited on
Commit
681e63a
·
verified ·
1 Parent(s): 1782a1d

Update app.py

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