Spaces:
Running
on
Zero
Running
on
Zero
xieli
commited on
Commit
Β·
17ea1d8
1
Parent(s):
d1df209
feat: fix ui
Browse files
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-
|
| 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()
|