Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ def print_message(input_file, model_name):
|
|
152 |
"""Prints information about the audio separation process."""
|
153 |
base_name = os.path.splitext(os.path.basename(input_file))[0]
|
154 |
print("\n")
|
155 |
-
print("🎵
|
156 |
print("Input audio:", base_name)
|
157 |
print("Separation Model:", model_name)
|
158 |
print("Audio Separation Process...")
|
@@ -391,14 +391,14 @@ def update_stems(model):
|
|
391 |
return gr.update(visible=False)
|
392 |
|
393 |
with gr.Blocks(
|
394 |
-
title="🎵
|
395 |
css="footer{display:none !important}",
|
396 |
theme=gr.themes.Default(
|
397 |
spacing_size="sm",
|
398 |
radius_size="lg",
|
399 |
)
|
400 |
) as app:
|
401 |
-
gr.HTML("<h1> 🎵
|
402 |
|
403 |
with gr.Tab("Roformer"):
|
404 |
with gr.Group():
|
|
|
152 |
"""Prints information about the audio separation process."""
|
153 |
base_name = os.path.splitext(os.path.basename(input_file))[0]
|
154 |
print("\n")
|
155 |
+
print("🎵 Audio-Separator 🎵")
|
156 |
print("Input audio:", base_name)
|
157 |
print("Separation Model:", model_name)
|
158 |
print("Audio Separation Process...")
|
|
|
391 |
return gr.update(visible=False)
|
392 |
|
393 |
with gr.Blocks(
|
394 |
+
title="🎵 Audio-Separator by Politrees 🎵",
|
395 |
css="footer{display:none !important}",
|
396 |
theme=gr.themes.Default(
|
397 |
spacing_size="sm",
|
398 |
radius_size="lg",
|
399 |
)
|
400 |
) as app:
|
401 |
+
gr.HTML("<h1> 🎵 Audio-Separator by Politrees 🎵 </h1>")
|
402 |
|
403 |
with gr.Tab("Roformer"):
|
404 |
with gr.Group():
|