Spaces:
Build error
Build error
juancopi81
commited on
Commit
•
84351d0
1
Parent(s):
b41c692
Update app.py
Browse files
app.py
CHANGED
@@ -344,7 +344,7 @@ with block as demo:
|
|
344 |
inputs=[url, video_language, summary_language, video_styles],
|
345 |
outputs=[video_output, file_output],
|
346 |
fn=datapipeline,
|
347 |
-
cache_examples=
|
348 |
)
|
349 |
gr.HTML(
|
350 |
"""
|
|
|
344 |
inputs=[url, video_language, summary_language, video_styles],
|
345 |
outputs=[video_output, file_output],
|
346 |
fn=datapipeline,
|
347 |
+
cache_examples=True
|
348 |
)
|
349 |
gr.HTML(
|
350 |
"""
|