Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ def print_message(input_file, model_name):
|
|
154 |
"""Prints information about the audio separation process."""
|
155 |
base_name = os.path.splitext(os.path.basename(input_file))[0]
|
156 |
print("\n")
|
157 |
-
print("🎵 Audio-Separator 🎵")
|
158 |
print("Input audio:", base_name)
|
159 |
print("Separation Model:", model_name)
|
160 |
print("Audio Separation Process...")
|
|
|
154 |
"""Prints information about the audio separation process."""
|
155 |
base_name = os.path.splitext(os.path.basename(input_file))[0]
|
156 |
print("\n")
|
157 |
+
print("🎵 Audio-Separator Demo... 🎵")
|
158 |
print("Input audio:", base_name)
|
159 |
print("Separation Model:", model_name)
|
160 |
print("Audio Separation Process...")
|