Spaces:
Runtime error
Runtime error
This Pull Request fixes the space
#1
by
Fabrice-TIERCELIN
- opened
app.py
CHANGED
@@ -124,6 +124,7 @@ chat_interface = gr.ChatInterface(
|
|
124 |
["How many hours does it take a man to eat a Helicopter?"],
|
125 |
["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
|
126 |
],
|
|
|
127 |
)
|
128 |
|
129 |
with gr.Blocks() as demo:
|
|
|
124 |
["How many hours does it take a man to eat a Helicopter?"],
|
125 |
["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
|
126 |
],
|
127 |
+
cache_examples=False,
|
128 |
)
|
129 |
|
130 |
with gr.Blocks() as demo:
|