Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -137,9 +137,9 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
137 |
# EzAudio: High-quality Text-to-Audio Generator
|
138 |
Generate and edit audio from text using a diffusion transformer. Adjust advanced settings for more control.
|
139 |
|
140 |
-
Learn more about
|
141 |
|
142 |
-
|
143 |
""")
|
144 |
with gr.Row():
|
145 |
# Input for the text prompt (used for generating new audio)
|
|
|
137 |
# EzAudio: High-quality Text-to-Audio Generator
|
138 |
Generate and edit audio from text using a diffusion transformer. Adjust advanced settings for more control.
|
139 |
|
140 |
+
Learn more about 😈**EzAudio** on the [EzAudio Homepage](https://haidog-yaqub.github.io/EzAudio-Page/).
|
141 |
|
142 |
+
Explore **Text-to-Audio**, **Editing**, and **Inpainting** features on the [😈EzAudio Demo](https://huggingface.co/spaces/OpenSound/EzAudio).
|
143 |
""")
|
144 |
with gr.Row():
|
145 |
# Input for the text prompt (used for generating new audio)
|