Spaces:
Runtime error
Runtime error
Commit
·
a9996eb
1
Parent(s):
9a7427c
Upload with huggingface_hub
Browse files
app.py
CHANGED
@@ -152,6 +152,7 @@ demo = gr.Interface(
|
|
152 |
* 3,
|
153 |
theme="default",
|
154 |
title="Kitchen Sink",
|
|
|
155 |
description="Try out all the components!",
|
156 |
article="Learn more about [Gradio](http://gradio.app)",
|
157 |
)
|
|
|
152 |
* 3,
|
153 |
theme="default",
|
154 |
title="Kitchen Sink",
|
155 |
+
cache_examples=False,
|
156 |
description="Try out all the components!",
|
157 |
article="Learn more about [Gradio](http://gradio.app)",
|
158 |
)
|