Nymbo commited on
Commit
3ca7e26
1 Parent(s): d689581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -43,8 +43,11 @@ def respond(
43
  response += token
44
  yield response
45
 
 
 
46
  demo = gr.ChatInterface(
47
  respond,
 
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"),
 
43
  response += token
44
  yield response
45
 
46
+ theme="Nymbo/Nymbo_Theme"
47
+
48
  demo = gr.ChatInterface(
49
  respond,
50
+ theme=theme,
51
  additional_inputs=[
52
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
53
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),