yasserrmd commited on
Commit
1fc0a45
1 Parent(s): 28993ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ app = gr.Interface(
44
  gr.Slider(label="Number of Waveforms", minimum=1, maximum=5, step=1, value=1)
45
  ],
46
  outputs=gr.Audio(label="Generated Sound"),
47
- title="StableAudio Text-to-Speech Generator",
48
  description="Generate high-quality audio from text using StableAudio."
49
  )
50
 
 
44
  gr.Slider(label="Number of Waveforms", minimum=1, maximum=5, step=1, value=1)
45
  ],
46
  outputs=gr.Audio(label="Generated Sound"),
47
+ title="StableAudio Text-to-Audio Generator",
48
  description="Generate high-quality audio from text using StableAudio."
49
  )
50