Spaces:
Runtime error
Runtime error
Commit
·
a80e192
1
Parent(s):
6cea30c
Update app.py
Browse files
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
|
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,
|