Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -205,10 +205,11 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
205 |
gr.Markdown("""
|
206 |
# EzAudio: High-quality Text-to-Audio Generator
|
207 |
Generate and edit audio from text using a diffusion transformer. Adjust advanced settings for more control.
|
208 |
-
|
209 |
-
Learn more about 😈EzAudio on EzAudio's [Homepage](https://haidog-yaqub.github.io/EzAudio-Page/)
|
210 |
|
211 |
-
|
|
|
|
|
|
|
212 |
""")
|
213 |
|
214 |
|
|
|
205 |
gr.Markdown("""
|
206 |
# EzAudio: High-quality Text-to-Audio Generator
|
207 |
Generate and edit audio from text using a diffusion transformer. Adjust advanced settings for more control.
|
|
|
|
|
208 |
|
209 |
+
Learn more about 😈**EzAudio** on the [EzAudio Homepage](https://haidog-yaqub.github.io/EzAudio-Page/).
|
210 |
+
|
211 |
+
🚀 The **EzAudio-ControlNet (Energy Envelope)** demo is now live! Try it on [🤗Hugging Face Space](https://huggingface.co/spaces/OpenSound/EzAudio-ControlNet).
|
212 |
+
|
213 |
""")
|
214 |
|
215 |
|