Spaces:
Sleeping
Sleeping
david-oplatka
commited on
Commit
•
892991f
1
Parent(s):
68e3c0d
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ else:
|
|
74 |
app_examples = None
|
75 |
|
76 |
demo = gr.ChatInterface(respond, description = cfg.description, css = css,
|
77 |
-
chatbot = gr.Chatbot(value = [[None, "How may I help you?"]]), examples = app_examples)
|
78 |
|
79 |
|
80 |
if __name__ == "__main__":
|
|
|
74 |
app_examples = None
|
75 |
|
76 |
demo = gr.ChatInterface(respond, description = cfg.description, css = css,
|
77 |
+
chatbot = gr.Chatbot(value = [[None, "How may I help you?"]]), examples = app_examples, cache_examples = False)
|
78 |
|
79 |
|
80 |
if __name__ == "__main__":
|