MohamedRashad commited on
Commit
a94c804
·
verified ·
1 Parent(s): 5505028

Update app.py

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