Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
dc7edc7
1
Parent(s):
9be0025
fix
Browse files
app.py
CHANGED
|
@@ -211,7 +211,7 @@ iface = gr.Interface(
|
|
| 211 |
["scifact", ""],
|
| 212 |
["scifact", "Think carefully about these conditions when determining relevance"]
|
| 213 |
],
|
| 214 |
-
cache_examples=
|
| 215 |
)
|
| 216 |
|
| 217 |
# Launch the interface
|
|
|
|
| 211 |
["scifact", ""],
|
| 212 |
["scifact", "Think carefully about these conditions when determining relevance"]
|
| 213 |
],
|
| 214 |
+
cache_examples=False,
|
| 215 |
)
|
| 216 |
|
| 217 |
# Launch the interface
|