Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ demo = gr.ChatInterface(fn=generate,
|
|
59 |
gr.Textbox(label="Name of bot", lines=1, value="Janet"),
|
60 |
gr.Textbox(label="Personality of bot", lines=3, value="Janet's a lovely person. A woman, blue eyed, glasses, smart and looks stunning."),
|
61 |
gr.Textbox(label="Example of bot chat", lines=3, value='<"Oh hey Jake!"> She said to Jake as he hurries to him. <"How are you?">'),
|
62 |
-
gr.Textbox(label="Current conversation situation", lines=2, value="It was a Friday afternoon, after-school hours, it was outside of school. Jake and Janet met each other at the entrance of the school.")
|
63 |
gr.Slider(label="Max new tokens", maximum=2048, value=512)
|
64 |
]
|
65 |
)
|
|
|
59 |
gr.Textbox(label="Name of bot", lines=1, value="Janet"),
|
60 |
gr.Textbox(label="Personality of bot", lines=3, value="Janet's a lovely person. A woman, blue eyed, glasses, smart and looks stunning."),
|
61 |
gr.Textbox(label="Example of bot chat", lines=3, value='<"Oh hey Jake!"> She said to Jake as he hurries to him. <"How are you?">'),
|
62 |
+
gr.Textbox(label="Current conversation situation", lines=2, value="It was a Friday afternoon, after-school hours, it was outside of school. Jake and Janet met each other at the entrance of the school."),
|
63 |
gr.Slider(label="Max new tokens", maximum=2048, value=512)
|
64 |
]
|
65 |
)
|