Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -1149,7 +1149,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 1149 |
fn=run_example,
|
| 1150 |
inputs=[video_input, lipsync, duration],
|
| 1151 |
outputs=[video_output, srt_output, vocal_16k_output],
|
| 1152 |
-
cache_examples=
|
| 1153 |
)
|
| 1154 |
|
| 1155 |
|
|
|
|
| 1149 |
fn=run_example,
|
| 1150 |
inputs=[video_input, lipsync, duration],
|
| 1151 |
outputs=[video_output, srt_output, vocal_16k_output],
|
| 1152 |
+
cache_examples=True
|
| 1153 |
)
|
| 1154 |
|
| 1155 |
|