OpenSound commited on
Commit
c9f382d
·
verified ·
1 Parent(s): 820b869

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -206,8 +206,9 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
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](https://haidog-yaqub.github.io/EzAudio-Page/)
210
- 🚀EzAudio-ControlNet (Energy Envelope) is Out, try it [here](https://huggingface.co/spaces/OpenSound/EzAudio-ControlNet)
 
211
  """)
212
 
213
 
 
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