Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
|
@@ -135,6 +135,7 @@ chat_interface = gr.ChatInterface(
|
|
| 135 |
["How many hours does it take a man to eat a Helicopter?"],
|
| 136 |
["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
|
| 137 |
],
|
|
|
|
| 138 |
)
|
| 139 |
|
| 140 |
with gr.Blocks(css="style.css", fill_height=True) as demo:
|
|
|
|
| 135 |
["How many hours does it take a man to eat a Helicopter?"],
|
| 136 |
["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
|
| 137 |
],
|
| 138 |
+
cache_examples=False,
|
| 139 |
)
|
| 140 |
|
| 141 |
with gr.Blocks(css="style.css", fill_height=True) as demo:
|