MohamedRashad commited on
Commit
6387b31
1 Parent(s): 9624070

Fix small bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,4 +98,4 @@ gr.Interface(
98
  title="Audio Separator",
99
  description="<center>Separate the music and vocal from the input audio</center>",
100
  allow_flagging=False,
101
- ).queue().launch(share=True, favicon_path=Path(__file__).parent / "audiomack.svg")
 
98
  title="Audio Separator",
99
  description="<center>Separate the music and vocal from the input audio</center>",
100
  allow_flagging=False,
101
+ ).queue().launch(share=False, favicon_path=Path(__file__).parent / "audiomack.svg")