broadfield commited on
Commit
7b91826
·
1 Parent(s): a80e192

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ additional_inputs = [
57
  examples=[["Write a heavy metal rock song about horses (1000 words)"],
58
  ["Write a really long song about an elephant love story. The elephants have been together for a long time. (3000 words)"],
59
  ["Write a slammin rap song about about a gangster fising trip."],
60
- ["Add more words to the chorus"],
61
  ]
62
  gr.ChatInterface(
63
  fn=generate,
 
57
  examples=[["Write a heavy metal rock song about horses (1000 words)"],
58
  ["Write a really long song about an elephant love story. The elephants have been together for a long time. (3000 words)"],
59
  ["Write a slammin rap song about about a gangster fising trip."],
60
+ ["Use the same lyrics as above, but add more words to each verse"],
61
  ]
62
  gr.ChatInterface(
63
  fn=generate,