TIMBOVILL commited on
Commit
77663a6
1 Parent(s): aaca273

Update app.py

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