OpenSound commited on
Commit
172986f
·
verified ·
1 Parent(s): 4e43d4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -141,8 +141,8 @@ examples_energy = [
141
  # Gradio Blocks layout
142
  with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
143
  gr.Markdown("""
144
- # EzAudio: High-quality Text-to-Audio Generator
145
- Generate and edit audio from text using a diffusion transformer. Adjust advanced settings for more control.
146
 
147
  Learn more about 😈**EzAudio** on the [EzAudio Homepage](https://haidog-yaqub.github.io/EzAudio-Page/).
148
 
 
141
  # Gradio Blocks layout
142
  with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
143
  gr.Markdown("""
144
+ # EzAudio-ControlNet: Interactive and Creative Control for Text-to-Audio Generation
145
+ EzAudio-ControlNet enables interactive and creative control over the timing of sound effects within audio generation.
146
 
147
  Learn more about 😈**EzAudio** on the [EzAudio Homepage](https://haidog-yaqub.github.io/EzAudio-Page/).
148