Spaces:
Sleeping
Sleeping
Turn off caching
Browse files
app.py
CHANGED
|
@@ -68,6 +68,7 @@ chat_interface = gr.ChatInterface(
|
|
| 68 |
show_share_button=True,
|
| 69 |
avatar_images=(None, 'geitje-logo.jpg')),
|
| 70 |
# textbox=gr.Textbox(value="Typ een bericht…"),
|
|
|
|
| 71 |
additional_inputs=[
|
| 72 |
gr.Slider(
|
| 73 |
label="Max new tokens",
|
|
|
|
| 68 |
show_share_button=True,
|
| 69 |
avatar_images=(None, 'geitje-logo.jpg')),
|
| 70 |
# textbox=gr.Textbox(value="Typ een bericht…"),
|
| 71 |
+
cache_examples=False,
|
| 72 |
additional_inputs=[
|
| 73 |
gr.Slider(
|
| 74 |
label="Max new tokens",
|