Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|