Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -1091,7 +1091,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 1091 |
|
| 1092 |
],
|
| 1093 |
label="Cached Examples",
|
| 1094 |
-
fn=
|
| 1095 |
inputs=[video_input, lipsync, duration],
|
| 1096 |
outputs=[video_output, srt_output, vocal_16k_output],
|
| 1097 |
cache_examples=True
|
|
|
|
| 1091 |
|
| 1092 |
],
|
| 1093 |
label="Cached Examples",
|
| 1094 |
+
fn=run_example,
|
| 1095 |
inputs=[video_input, lipsync, duration],
|
| 1096 |
outputs=[video_output, srt_output, vocal_16k_output],
|
| 1097 |
cache_examples=True
|