Bc-AI commited on
Commit
58cae43
·
verified ·
1 Parent(s): 976cbea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def woo():
11
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
12
  """
13
  chatbot = gr.ChatInterface(
14
- woo
15
  additional_inputs=[
16
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
17
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
11
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
12
  """
13
  chatbot = gr.ChatInterface(
14
+ woo,
15
  additional_inputs=[
16
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
17
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),