ColeGuion commited on
Commit
22ed543
1 Parent(s): 86bb08d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
47
  """
48
  demo = gr.ChatInterface(
49
  respond,
50
- examples=[{"text": "we shood buy an car."}, {"text": "she is more taller"}, {"text": "merhaba"}],
51
  additional_inputs=[
52
  #gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
53
  gr.Slider(minimum=1, maximum=256, value=100, step=1, label="Max Length"),
 
47
  """
48
  demo = gr.ChatInterface(
49
  respond,
50
+ examples=["we shood buy an car.", "she is more taller"],
51
  additional_inputs=[
52
  #gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
53
  gr.Slider(minimum=1, maximum=256, value=100, step=1, label="Max Length"),