Thatguy099 commited on
Commit
e008962
·
verified ·
1 Parent(s): 8386b4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,7 +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
- theme="Thatguy099/Sonix",
48
  respond,
49
  additional_inputs=[
50
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
@@ -58,6 +58,7 @@ demo = gr.ChatInterface(
58
  label="Top-p (nucleus sampling)",
59
  ),
60
  ],
 
61
  )
62
 
63
 
 
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
+
48
  respond,
49
  additional_inputs=[
50
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
 
58
  label="Top-p (nucleus sampling)",
59
  ),
60
  ],
61
+ theme="Thatguy099/Sonix",
62
  )
63
 
64