Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def extract_stems(audio):
|
|
25 |
accompaniment = f"./output/"+ foldername +"/accompaniment.wav"
|
26 |
|
27 |
# Get a transcript of the vocals, by using the huggingface pipeline
|
28 |
-
transcript = pipe(vocals, chunk_length_s=10
|
29 |
|
30 |
return vocals, accompaniment, transcript
|
31 |
|
|
|
25 |
accompaniment = f"./output/"+ foldername +"/accompaniment.wav"
|
26 |
|
27 |
# Get a transcript of the vocals, by using the huggingface pipeline
|
28 |
+
transcript = pipe(vocals, chunk_length_s=10)
|
29 |
|
30 |
return vocals, accompaniment, transcript
|
31 |
|