Spaces:
Build error
Build error
kingabzpro
commited on
Commit
·
7120c19
1
Parent(s):
5296ecd
Update app.py
Browse files
app.py
CHANGED
@@ -79,4 +79,6 @@ examples = ["How are you?","What is love?"]
|
|
79 |
gr.ChatInterface(predict,
|
80 |
title=title,
|
81 |
description=description,
|
|
|
|
|
82 |
theme='gstaff/xkcd').queue().launch(share=False, debug=True)
|
|
|
79 |
gr.ChatInterface(predict,
|
80 |
title=title,
|
81 |
description=description,
|
82 |
+
examples=examples,
|
83 |
+
cache_examples=True,
|
84 |
theme='gstaff/xkcd').queue().launch(share=False, debug=True)
|