Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +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 |
-
|
|
|
|
|
141 |
""")
|
142 |
with gr.Row():
|
143 |
# 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 EzAudio's [Homepage](https://haidog-yaqub.github.io/EzAudio-Page/)
|
141 |
+
|
142 |
+
Back to Text2Audio and Editing/Inpainting [🤗Demo](https://huggingface.co/spaces/OpenSound/EzAudio)
|
143 |
""")
|
144 |
with gr.Row():
|
145 |
# Input for the text prompt (used for generating new audio)
|