BIBLETUM commited on
Commit
0ccf447
·
verified ·
1 Parent(s): 6cb8e5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -296,9 +296,9 @@ def run_music_ui(prompts_text, split_lines, model_name, do_sample):
296
 
297
 
298
  with gr.Blocks(title="Speech & Music Bench") as demo:
299
- gr.Markdown("# 🎙️🪄 Speech & Music Bench")
300
 
301
- with gr.Tab("🗣️ TTS"):
302
  gr.Markdown(tts_description_md)
303
 
304
  with gr.Row():
@@ -341,7 +341,7 @@ with gr.Blocks(title="Speech & Music Bench") as demo:
341
  outputs=preview_tts,
342
  )
343
 
344
- with gr.Tab("🎵 Music"):
345
  gr.Markdown(music_description_md)
346
 
347
  with gr.Row():
 
296
 
297
 
298
  with gr.Blocks(title="Speech & Music Bench") as demo:
299
+ gr.Markdown("#Speech & Music Bench")
300
 
301
+ with gr.Tab("TTS"):
302
  gr.Markdown(tts_description_md)
303
 
304
  with gr.Row():
 
341
  outputs=preview_tts,
342
  )
343
 
344
+ with gr.Tab("Music"):
345
  gr.Markdown(music_description_md)
346
 
347
  with gr.Row():