Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -619,7 +619,7 @@ with block:
|
|
| 619 |
inputs=[*ips],
|
| 620 |
fn=process1,
|
| 621 |
outputs=[result_keyframe],
|
| 622 |
-
cache_examples=True
|
| 623 |
)
|
| 624 |
|
| 625 |
gr.Markdown(ARTICLE)
|
|
|
|
| 619 |
inputs=[*ips],
|
| 620 |
fn=process1,
|
| 621 |
outputs=[result_keyframe],
|
| 622 |
+
#cache_examples=True
|
| 623 |
)
|
| 624 |
|
| 625 |
gr.Markdown(ARTICLE)
|