Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
156 |
"""
|
157 |
demo = gr.ChatInterface(
|
158 |
respond,
|
159 |
-
type = 'messages'
|
160 |
additional_inputs=[
|
161 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
162 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
156 |
"""
|
157 |
demo = gr.ChatInterface(
|
158 |
respond,
|
159 |
+
type = 'messages',
|
160 |
additional_inputs=[
|
161 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
162 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|