HawkEye098432 commited on
Commit
c5b9352
1 Parent(s): 2a32252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ gr.Interface(
16
  gr.Audio(type="numpy", label="Input"),
17
  [gr.Audio(type="filepath", label="Vocals"),gr.Audio(type="filepath", label="No Vocals / Instrumental")],
18
  title=title,
19
- ).launch(share=True)
 
16
  gr.Audio(type="numpy", label="Input"),
17
  [gr.Audio(type="filepath", label="Vocals"),gr.Audio(type="filepath", label="No Vocals / Instrumental")],
18
  title=title,
19
+ ).launch()