Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,7 @@ def respond(
|
|
43 |
|
44 |
demo = gr.ChatInterface(
|
45 |
respond,
|
|
|
46 |
additional_inputs=[
|
47 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
48 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
43 |
|
44 |
demo = gr.ChatInterface(
|
45 |
respond,
|
46 |
+
title="Friendly Chatbot",
|
47 |
additional_inputs=[
|
48 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
49 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|