Spaces:
Runtime error
Runtime error
dennis-fast
commited on
Commit
•
32685c7
1
Parent(s):
744301b
Update app.py
Browse files
app.py
CHANGED
@@ -26,4 +26,5 @@ gr.Interface(fn=predict,
|
|
26 |
theme="default",
|
27 |
css=".footer {display:none !important}",
|
28 |
inputs=["text", "state"],
|
|
|
29 |
outputs=["chatbot", "state"]).launch()
|
|
|
26 |
theme="default",
|
27 |
css=".footer {display:none !important}",
|
28 |
inputs=["text", "state"],
|
29 |
+
examples=[['Hi, please introduce yourself.'],['Where do you live?'],['What is meaning of life?'],['Should I buy Dogecoin?']],
|
30 |
outputs=["chatbot", "state"]).launch()
|