broadfield commited on
Commit
a80e192
·
1 Parent(s): 6cea30c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,7 +42,7 @@ additional_inputs = [
42
  step=64,
43
  interactive=True,
44
  info="The maximum numbers of words the chatbot will return",
45
- )
46
 
47
  gr.Slider(
48
  label="Seed",
@@ -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 lyrics to the previous song"],
61
  ]
62
  gr.ChatInterface(
63
  fn=generate,
 
42
  step=64,
43
  interactive=True,
44
  info="The maximum numbers of words the chatbot will return",
45
+ ),
46
 
47
  gr.Slider(
48
  label="Seed",
 
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,