Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import argparse
|
|
| 6 |
from datetime import datetime
|
| 7 |
import gradio as gr
|
| 8 |
os.system("wget https://github.com/noblebarkrr/mvsepless/blob/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")
|
| 9 |
-
os.system("wget https://github.com/noblebarkrr/mvsepless/blob/bd611441e48e918650e6860738894673b3a1a5f1/fixed/audio_separator-0.32.0-py3-none-any.whl && pip install audio_separator-0.32.0-py3-none-any.whl")
|
| 10 |
from multi_inference import MVSEPLESS, OUTPUT_FORMATS
|
| 11 |
from assets.translations import TRANSLATIONS, TRANSLATIONS_STEMS
|
| 12 |
|
|
@@ -120,7 +120,7 @@ def create_app():
|
|
| 120 |
separate_btn.click(fn=sep_wrapper, inputs=[input_audio_path, model_type, model_name, extract_instrumental, vr_aggr, output_format, output_bitrate, stems_list], outputs=output_stems, show_progress_on=input_audio)
|
| 121 |
|
| 122 |
|
| 123 |
-
CURRENT_LANG = ru
|
| 124 |
css = """
|
| 125 |
.fixed-height { height: 160px !important; min-height: 160px !important; }
|
| 126 |
.fixed-height2 { height: 250px !important; min-height: 250px !important; }
|
|
|
|
| 6 |
from datetime import datetime
|
| 7 |
import gradio as gr
|
| 8 |
os.system("wget https://github.com/noblebarkrr/mvsepless/blob/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")
|
| 9 |
+
os.system("wget https://github.com/noblebarkrr/mvsepless/blob/bd611441e48e918650e6860738894673b3a1a5f1/fixed/audio_separator-0.32.0-py3-none-any.whl && pip install ./audio_separator-0.32.0-py3-none-any.whl")
|
| 10 |
from multi_inference import MVSEPLESS, OUTPUT_FORMATS
|
| 11 |
from assets.translations import TRANSLATIONS, TRANSLATIONS_STEMS
|
| 12 |
|
|
|
|
| 120 |
separate_btn.click(fn=sep_wrapper, inputs=[input_audio_path, model_type, model_name, extract_instrumental, vr_aggr, output_format, output_bitrate, stems_list], outputs=output_stems, show_progress_on=input_audio)
|
| 121 |
|
| 122 |
|
| 123 |
+
CURRENT_LANG = "ru"
|
| 124 |
css = """
|
| 125 |
.fixed-height { height: 160px !important; min-height: 160px !important; }
|
| 126 |
.fixed-height2 { height: 250px !important; min-height: 250px !important; }
|