kingabzpro commited on
Commit
b5f7da3
·
1 Parent(s): 144923c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -76,7 +76,8 @@ description = "Chatbots are a popular application of large language models. Usin
76
  examples = [["How are you?","What is love?"]]
77
 
78
 
79
- gr.ChatInterface(title=title,
 
80
  description=description,
81
  examples=examples,
82
  cache_examples=True,
 
76
  examples = [["How are you?","What is love?"]]
77
 
78
 
79
+ gr.ChatInterface(predict,
80
+ title=title,
81
  description=description,
82
  examples=examples,
83
  cache_examples=True,