Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
44 |
"""
|
45 |
demo = gr.ChatInterface(
|
46 |
respond,
|
47 |
-
theme="Nymbo/Nymbo_Theme"
|
48 |
additional_inputs=[
|
49 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
50 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
44 |
"""
|
45 |
demo = gr.ChatInterface(
|
46 |
respond,
|
47 |
+
theme="Nymbo/Nymbo_Theme",
|
48 |
additional_inputs=[
|
49 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
50 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|