xieli commited on
Commit
17ea1d8
Β·
1 Parent(s): d1df209

feat: fix ui

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -422,7 +422,7 @@ def launch_demo(args, editx_tab):
422
  """Launch the gradio demo"""
423
  with gr.Blocks(theme=gr.themes.Soft(), title="πŸŽ™οΈ Step-Audio-EditX") as demo:
424
  gr.Markdown("## πŸŽ™οΈ Step-Audio-EditX")
425
- gr.Markdown("Audio Editing and Zero-Shot Cloning using Step-Audio_EditX")
426
 
427
  # Register components
428
  editx_tab.register_components()
 
422
  """Launch the gradio demo"""
423
  with gr.Blocks(theme=gr.themes.Soft(), title="πŸŽ™οΈ Step-Audio-EditX") as demo:
424
  gr.Markdown("## πŸŽ™οΈ Step-Audio-EditX")
425
+ gr.Markdown("Audio Editing and Zero-Shot Cloning using Step-Audio-EditX")
426
 
427
  # Register components
428
  editx_tab.register_components()