Spaces:
Runtime error
Runtime error
Commit
·
39bdbb6
1
Parent(s):
e920a86
Update app.py
Browse files
app.py
CHANGED
|
@@ -126,7 +126,7 @@ interface_video = gr.Interface(
|
|
| 126 |
title=model_heading,
|
| 127 |
description=description,
|
| 128 |
examples=video_path,
|
| 129 |
-
cache_examples=
|
| 130 |
theme='huggingface'
|
| 131 |
)
|
| 132 |
|
|
|
|
| 126 |
title=model_heading,
|
| 127 |
description=description,
|
| 128 |
examples=video_path,
|
| 129 |
+
cache_examples=False,
|
| 130 |
theme='huggingface'
|
| 131 |
)
|
| 132 |
|