Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks(css=css, fill_height=True) as demo:
|
|
75 |
gr.HTML(DESCRIPTION)
|
76 |
gr.ChatInterface(
|
77 |
fn=generate,
|
78 |
-
chatbot=
|
79 |
additional_inputs=[
|
80 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|
81 |
gr.Slider(minimum=1, maximum=30720, value=2048, step=1, label="Max tokens"),
|
|
|
75 |
gr.HTML(DESCRIPTION)
|
76 |
gr.ChatInterface(
|
77 |
fn=generate,
|
78 |
+
chatbot=chatbot,
|
79 |
additional_inputs=[
|
80 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|
81 |
gr.Slider(minimum=1, maximum=30720, value=2048, step=1, label="Max tokens"),
|