Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -209,7 +209,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
| 209 |
['Create a 3D model of a wooden barrel'],
|
| 210 |
['Create a 3D model of a chair.']
|
| 211 |
],
|
| 212 |
-
cache_examples=
|
| 213 |
)
|
| 214 |
gr.Markdown(LICENSE)
|
| 215 |
|
|
|
|
| 209 |
['Create a 3D model of a wooden barrel'],
|
| 210 |
['Create a 3D model of a chair.']
|
| 211 |
],
|
| 212 |
+
cache_examples=False,
|
| 213 |
)
|
| 214 |
gr.Markdown(LICENSE)
|
| 215 |
|