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