Spaces:
Build error
Build error
Commit
·
6f5e46c
1
Parent(s):
dbdaaf8
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,6 @@ gr.ChatInterface(predict,
|
|
80 |
title=title,
|
81 |
description=description,
|
82 |
examples=examples,
|
83 |
-
cache_examples=True,
|
84 |
theme='gstaff/xkcd',
|
85 |
chatbot=gr.Chatbot(height=300),
|
86 |
textbox=gr.Textbox(placeholder="Chat with me")).queue().launch()
|
|
|
80 |
title=title,
|
81 |
description=description,
|
82 |
examples=examples,
|
|
|
83 |
theme='gstaff/xkcd',
|
84 |
chatbot=gr.Chatbot(height=300),
|
85 |
textbox=gr.Textbox(placeholder="Chat with me")).queue().launch()
|