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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -42,6 +42,7 @@ additional_inputs = [
42
  step=64,
43
  interactive=True,
44
  info="The maximum numbers of words the chatbot will return",
 
45
 
46
  gr.Slider(
47
  label="Seed",
@@ -52,7 +53,7 @@ additional_inputs = [
52
  interactive=True,
53
  info="Each seed produces a different output to a single prompt",
54
  ),
55
- ]
56
  examples=[["Write a heavy metal rock song about horses (1000 words)"],
57
  ["Write a really long song about an elephant love story. The elephants have been together for a long time. (3000 words)"],
58
  ["Write a slammin rap song about about a gangster fising trip."],
 
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",
 
53
  interactive=True,
54
  info="Each seed produces a different output to a single prompt",
55
  ),
56
+ ]
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."],