Spaces:
Runtime error
Runtime error
weifeng.genius
commited on
Commit
·
8952933
1
Parent(s):
8ed5373
example cache
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ if __name__ == '__main__':
|
|
185 |
inputs=inputs,
|
186 |
outputs=result,
|
187 |
fn=inference,
|
188 |
-
cache_examples=
|
189 |
run_on_click=False,
|
190 |
)
|
191 |
|
|
|
185 |
inputs=inputs,
|
186 |
outputs=result,
|
187 |
fn=inference,
|
188 |
+
cache_examples=True,
|
189 |
run_on_click=False,
|
190 |
)
|
191 |
|