kingabzpro commited on
Commit
dbdaaf8
·
1 Parent(s): e12bcd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def predict(inputs, chatbot):
73
 
74
  title = "🤖ChatGPT Interface"
75
  description = "Chatbots are a popular application of large language models. Using gradio, you can easily build a demo of your chatbot model and share that with your users, or try it yourself using an intuitive chatbot UI."
76
- examples = [["How are you?","What is love?"]]
77
 
78
 
79
  gr.ChatInterface(predict,
 
73
 
74
  title = "🤖ChatGPT Interface"
75
  description = "Chatbots are a popular application of large language models. Using gradio, you can easily build a demo of your chatbot model and share that with your users, or try it yourself using an intuitive chatbot UI."
76
+ examples = ["How are you?","What is love?"]
77
 
78
 
79
  gr.ChatInterface(predict,