Spaces:
Running
Running
Fix Print
Browse files
app.py
CHANGED
@@ -6,11 +6,11 @@ import demucs.separate
|
|
6 |
|
7 |
@spaces.GPU()
|
8 |
def inference(audio):
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
os.makedirs("out", exist_ok=True)
|
15 |
write('test.wav', audio[0], audio[1])
|
16 |
#os.system("python3 -m demucs.separate -n htdemucs --two-stems=vocals test.wav -o out")
|
|
|
6 |
|
7 |
@spaces.GPU()
|
8 |
def inference(audio):
|
9 |
+
print("Imprimiendo")
|
10 |
+
print(audio)
|
11 |
+
print(audio[0])
|
12 |
+
print(audio[1])
|
13 |
+
print("Acabe de imprimir!")
|
14 |
os.makedirs("out", exist_ok=True)
|
15 |
write('test.wav', audio[0], audio[1])
|
16 |
#os.system("python3 -m demucs.separate -n htdemucs --two-stems=vocals test.wav -o out")
|