Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ demo_app = gr.Interface(
|
|
| 122 |
inputs=demo_inputs,
|
| 123 |
outputs=demo_outputs,
|
| 124 |
examples=examples,
|
| 125 |
-
cache_examples=
|
| 126 |
title=title,
|
| 127 |
theme="huggingface",
|
| 128 |
description=description
|
|
|
|
| 122 |
inputs=demo_inputs,
|
| 123 |
outputs=demo_outputs,
|
| 124 |
examples=examples,
|
| 125 |
+
cache_examples=False,
|
| 126 |
title=title,
|
| 127 |
theme="huggingface",
|
| 128 |
description=description
|