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