Spaces:
Build error
Build error
Commit
·
b5f7da3
1
Parent(s):
144923c
Update app.py
Browse files
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(
|
|
|
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,
|