Spaces:
Running
on
Zero
Running
on
Zero
cached example
Browse files- hugging_face/app.py +1 -0
hugging_face/app.py
CHANGED
@@ -279,6 +279,7 @@ demo = gr.Interface(
|
|
279 |
[os.path.join(os.path.dirname(__file__), sample_videos_dir, "real_3.mp4"), True, False],
|
280 |
[os.path.join(os.path.dirname(__file__), sample_videos_dir, "real_4.mp4"), True, False],
|
281 |
],
|
|
|
282 |
article=post_article
|
283 |
)
|
284 |
|
|
|
279 |
[os.path.join(os.path.dirname(__file__), sample_videos_dir, "real_3.mp4"), True, False],
|
280 |
[os.path.join(os.path.dirname(__file__), sample_videos_dir, "real_4.mp4"), True, False],
|
281 |
],
|
282 |
+
cache_examples=False,
|
283 |
article=post_article
|
284 |
)
|
285 |
|