Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
47 |
"""
|
48 |
demo = gr.ChatInterface(
|
49 |
respond,
|
50 |
-
examples=[
|
51 |
additional_inputs=[
|
52 |
#gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
53 |
gr.Slider(minimum=1, maximum=256, value=100, step=1, label="Max Length"),
|
|
|
47 |
"""
|
48 |
demo = gr.ChatInterface(
|
49 |
respond,
|
50 |
+
examples=["we shood buy an car.", "she is more taller"],
|
51 |
additional_inputs=[
|
52 |
#gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
53 |
gr.Slider(minimum=1, maximum=256, value=100, step=1, label="Max Length"),
|