Spaces:
Runtime error
Runtime error
MohamedRashad
commited on
Commit
•
6387b31
1
Parent(s):
9624070
Fix small bug
Browse files
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=
|
|
|
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")
|