Update app.py
Browse files
app.py
CHANGED
|
@@ -17,10 +17,10 @@ def inference(audio):
|
|
| 17 |
)
|
| 18 |
|
| 19 |
# Check if files exist before returning
|
| 20 |
-
files = ["./out/mdx_extra_q/
|
| 21 |
-
"./out/mdx_extra_q/
|
| 22 |
-
"./out/mdx_extra_q/
|
| 23 |
-
"./out/mdx_extra_q/
|
| 24 |
|
| 25 |
for file in files:
|
| 26 |
if not os.path.isfile(file):
|
|
|
|
| 17 |
)
|
| 18 |
|
| 19 |
# Check if files exist before returning
|
| 20 |
+
files = ["./out/mdx_extra_q/mix/vocals.wav",
|
| 21 |
+
"./out/mdx_extra_q/mix/bass.wav",
|
| 22 |
+
"./out/mdx_extra_q/mix/drums.wav",
|
| 23 |
+
"./out/mdx_extra_q/mix/other.wav"]
|
| 24 |
|
| 25 |
for file in files:
|
| 26 |
if not os.path.isfile(file):
|