OpenSound commited on
Commit
8927c6e
ยท
verified ยท
1 Parent(s): bc94a18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -206,11 +206,13 @@ 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.
208
 
209
- ๐Ÿ’ก Adjust advanced settings for more control.
210
 
211
  ๐Ÿ”— Learn more about ๐ŸŸฃ**EzAudio** on the [EzAudio Homepage](https://haidog-yaqub.github.io/EzAudio-Page/).
212
 
213
  """)
 
 
214
  # ๐Ÿš€ The **EzAudio-ControlNet (Energy Envelope)** demo is now live! Try it on [๐Ÿค—EzAudio-ControlNet Space](https://huggingface.co/spaces/OpenSound/EzAudio-ControlNet).
215
 
216
 
 
206
  # EzAudio: High-quality Text-to-Audio Generator
207
  ๐Ÿ‘‹ Generate and edit audio from text using a diffusion transformer.
208
 
209
+ ๐Ÿ”ง Adjust advanced settings for more control.
210
 
211
  ๐Ÿ”— Learn more about ๐ŸŸฃ**EzAudio** on the [EzAudio Homepage](https://haidog-yaqub.github.io/EzAudio-Page/).
212
 
213
  """)
214
+ # ๐Ÿ’ก Looking for expressive TTS from text prompts? Try CapSpeech.
215
+
216
  # ๐Ÿš€ The **EzAudio-ControlNet (Energy Envelope)** demo is now live! Try it on [๐Ÿค—EzAudio-ControlNet Space](https://huggingface.co/spaces/OpenSound/EzAudio-ControlNet).
217
 
218