Politrees commited on
Commit
dc6fbda
·
verified ·
1 Parent(s): 44132e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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("🎵 PolUVR 🎵")
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="🎵 PolUVR 🎵",
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> 🎵 PolUVR 🎵 </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():