OpenSound commited on
Commit
9c44596
·
verified ·
1 Parent(s): c9f382d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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
- 🚀EzAudio-ControlNet (Energy Envelope) demo is released, try it on [🤗Space](https://huggingface.co/spaces/OpenSound/EzAudio-ControlNet)
 
 
 
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