Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -193,8 +193,8 @@ with gr.Blocks(title="视频过渡与拼接工具") as demo:
|
|
193 |
inputs=[video1, video2, animation, num_frames],
|
194 |
outputs=output_video,
|
195 |
fn=process_and_validate,
|
196 |
-
cache_examples=
|
197 |
-
label="
|
198 |
)
|
199 |
|
200 |
if __name__ == "__main__":
|
|
|
193 |
inputs=[video1, video2, animation, num_frames],
|
194 |
outputs=output_video,
|
195 |
fn=process_and_validate,
|
196 |
+
cache_examples=False,
|
197 |
+
label="不同过渡效果"
|
198 |
)
|
199 |
|
200 |
if __name__ == "__main__":
|