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