haoheliu commited on
Commit
831db84
1 Parent(s): fdf2c0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -229,7 +229,7 @@ with iface:
229
  textbox = gr.Textbox(
230
  value="A forest of wind chimes singing a soothing melody in the breeze.",
231
  max_lines=1,
232
- label="Input your text here. Your text is important for the audio quality. Please ensure it is descriptive by using more adjectives.",
233
  elem_id="prompt-in",
234
  )
235
 
@@ -299,14 +299,6 @@ with iface:
299
  )
300
  gr.Examples(
301
  [
302
- [
303
- "A cat is meowing for attention.",
304
- 10,
305
- 3.5,
306
- 45,
307
- 3,
308
- default_checkpoint,
309
- ],
310
  [
311
  "Birds singing sweetly in a blooming garden.",
312
  10,
 
229
  textbox = gr.Textbox(
230
  value="A forest of wind chimes singing a soothing melody in the breeze.",
231
  max_lines=1,
232
+ label="Input your text here. If the output is not good enough, switching to a different seed will help.",
233
  elem_id="prompt-in",
234
  )
235
 
 
299
  )
300
  gr.Examples(
301
  [
 
 
 
 
 
 
 
 
302
  [
303
  "Birds singing sweetly in a blooming garden.",
304
  10,