TIMBOVILL commited on
Commit
ccd7ab6
1 Parent(s): 9bedde5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import subprocess
3
 
4
  def run_ultrasinger(opt_i, youtube_link, opt_o, mode, whisper_model, language, crepe_model, extra, device):
5
  # Construct the command based on inputs
6
- cmd = ["python", "UltraSinger.py"]
7
 
8
  # Add input option
9
  if opt_i:
 
3
 
4
  def run_ultrasinger(opt_i, youtube_link, opt_o, mode, whisper_model, language, crepe_model, extra, device):
5
  # Construct the command based on inputs
6
+ cmd = ["python", "src/UltraSinger.py"]
7
 
8
  # Add input option
9
  if opt_i: