kingabzpro commited on
Commit
4e41748
·
1 Parent(s): 6f5e46c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -79,7 +79,6 @@ examples = ["How are you?","What is love?"]
79
  gr.ChatInterface(predict,
80
  title=title,
81
  description=description,
82
- examples=examples,
83
  theme='gstaff/xkcd',
84
  chatbot=gr.Chatbot(height=300),
85
  textbox=gr.Textbox(placeholder="Chat with me")).queue().launch()
 
79
  gr.ChatInterface(predict,
80
  title=title,
81
  description=description,
 
82
  theme='gstaff/xkcd',
83
  chatbot=gr.Chatbot(height=300),
84
  textbox=gr.Textbox(placeholder="Chat with me")).queue().launch()