Spaces:
Build error
Build error
juancopi81
commited on
Commit
•
b663ead
1
Parent(s):
3319bb8
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=False
|
348 |
)
|
349 |
gr.HTML(
|
350 |
"""
|