Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,5 +99,5 @@ gr.Interface(
|
|
| 99 |
[gr.Audio(label="Music/Instrument Output", type="filepath"), gr.Audio(label="Vocal Output", type="filepath")],
|
| 100 |
title="Audio Separator",
|
| 101 |
description="<center>Separate the music and vocal from the input audio</center>",
|
| 102 |
-
|
| 103 |
).queue().launch(share=False, favicon_path=base_path / "audiomack.svg")
|
|
|
|
| 99 |
[gr.Audio(label="Music/Instrument Output", type="filepath"), gr.Audio(label="Vocal Output", type="filepath")],
|
| 100 |
title="Audio Separator",
|
| 101 |
description="<center>Separate the music and vocal from the input audio</center>",
|
| 102 |
+
flagging_mode="never",
|
| 103 |
).queue().launch(share=False, favicon_path=base_path / "audiomack.svg")
|