RockmanYang commited on
Commit
6d2e591
1 Parent(s): 9bb43d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ iface = gr.Interface(
21
  description="Removes Vocals from song, currently undertrained, fragments of vocals can remain depending on song",
22
  )
23
  iface.queue()
24
- iface.launch(debug=True)
 
21
  description="Removes Vocals from song, currently undertrained, fragments of vocals can remain depending on song",
22
  )
23
  iface.queue()
24
+ iface.launch()