mintaeng commited on
Commit
b5b2157
·
verified ·
1 Parent(s): 76b62b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"),