svjack commited on
Commit
602bdcc
·
verified ·
1 Parent(s): d99713a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=True,
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__":