Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
174 |
"""
|
175 |
demo = gr.ChatInterface(
|
176 |
respond,
|
177 |
-
title=f"The Game
|
178 |
additional_inputs=[
|
179 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
180 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
174 |
"""
|
175 |
demo = gr.ChatInterface(
|
176 |
respond,
|
177 |
+
title=f"The Game",
|
178 |
additional_inputs=[
|
179 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
180 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|