Thatguy099 commited on
Commit
fd40d2e
·
verified ·
1 Parent(s): 14aa639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,6 +44,7 @@ def respond(
44
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
45
  """
46
  demo = gr.ChatInterface(
 
47
  respond,
48
  additional_inputs=[
49
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
@@ -56,7 +57,7 @@ demo = gr.ChatInterface(
56
  step=0.05,
57
  label="Top-p (nucleus sampling)",
58
  ),
59
- theme="Thatguy099/Sonix",
60
  ],
61
  )
62
 
 
44
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
45
  """
46
  demo = gr.ChatInterface(
47
+ theme="Thatguy099/Sonix",
48
  respond,
49
  additional_inputs=[
50
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
 
57
  step=0.05,
58
  label="Top-p (nucleus sampling)",
59
  ),
60
+
61
  ],
62
  )
63