Next
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import re
|
|
| 3 |
import random
|
| 4 |
from scipy.io.wavfile import write
|
| 5 |
import gradio as gr
|
| 6 |
-
|
| 7 |
|
| 8 |
demucs_models = [
|
| 9 |
'htdemucs_ft.yaml',
|
|
@@ -49,7 +49,7 @@ def demucs_def(demucs_audio, demucs_model, demucs_output_format, demucs_shifts,
|
|
| 49 |
stem4_file = files_list[3]
|
| 50 |
|
| 51 |
|
| 52 |
-
with gr.Blocks(title="Demucs Esparation") as demo:
|
| 53 |
with gr.TabItem("Demucs"):
|
| 54 |
demucs_model = gr.Dropdown(
|
| 55 |
label = "Select the Model",
|
|
|
|
| 3 |
import random
|
| 4 |
from scipy.io.wavfile import write
|
| 5 |
import gradio as gr
|
| 6 |
+
from Applio import *
|
| 7 |
|
| 8 |
demucs_models = [
|
| 9 |
'htdemucs_ft.yaml',
|
|
|
|
| 49 |
stem4_file = files_list[3]
|
| 50 |
|
| 51 |
|
| 52 |
+
with gr.Blocks(title="Demucs Esparation", theme=applio) as demo:
|
| 53 |
with gr.TabItem("Demucs"):
|
| 54 |
demucs_model = gr.Dropdown(
|
| 55 |
label = "Select the Model",
|