Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,6 +58,7 @@ demo = gr.ChatInterface(
|
|
58 |
title=title,
|
59 |
description=description,
|
60 |
examples=examples,
|
|
|
61 |
additional_inputs=[
|
62 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
63 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
58 |
title=title,
|
59 |
description=description,
|
60 |
examples=examples,
|
61 |
+
theme='ParityError/Anime'
|
62 |
additional_inputs=[
|
63 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
64 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|