Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,8 +15,8 @@ import shutil
|
|
| 15 |
import argparse
|
| 16 |
from datetime import datetime
|
| 17 |
import gradio as gr
|
| 18 |
-
os.system("wget https://github.com/noblebarkrr/mvsepless/raw/bd611441e48e918650e6860738894673b3a1a5f1/fixed/fairseq_fixed-0.13.0-cp311-cp311-linux_x86_64.whl && pip install ./fairseq_fixed-0.13.0-cp311-cp311-linux_x86_64.whl")
|
| 19 |
-
os.system("wget https://github.com/noblebarkrr/mvsepless/raw/bd611441e48e918650e6860738894673b3a1a5f1/fixed/audio_separator-0.32.0-py3-none-any.whl && pip install ./audio_separator-0.32.0-py3-none-any.whl")
|
| 20 |
from multi_inference import MVSEPLESS, OUTPUT_FORMATS
|
| 21 |
from assets.translations import TRANSLATIONS, TRANSLATIONS_STEMS
|
| 22 |
|
|
|
|
| 15 |
import argparse
|
| 16 |
from datetime import datetime
|
| 17 |
import gradio as gr
|
| 18 |
+
os.system("wget -nv https://github.com/noblebarkrr/mvsepless/raw/bd611441e48e918650e6860738894673b3a1a5f1/fixed/fairseq_fixed-0.13.0-cp311-cp311-linux_x86_64.whl && pip install ./fairseq_fixed-0.13.0-cp311-cp311-linux_x86_64.whl")
|
| 19 |
+
os.system("wget -nv https://github.com/noblebarkrr/mvsepless/raw/bd611441e48e918650e6860738894673b3a1a5f1/fixed/audio_separator-0.32.0-py3-none-any.whl && pip install ./audio_separator-0.32.0-py3-none-any.whl")
|
| 20 |
from multi_inference import MVSEPLESS, OUTPUT_FORMATS
|
| 21 |
from assets.translations import TRANSLATIONS, TRANSLATIONS_STEMS
|
| 22 |
|