svjack commited on
Commit
fe5a563
·
verified ·
1 Parent(s): af2c1fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -182,8 +182,8 @@ with gr.Blocks(title="视频过渡与拼接工具") as demo:
182
 
183
  for anim in animations:
184
  examples.append([
185
- "examples/0000.mp4",
186
- "examples/0001.mp4",
187
  anim,
188
  30 # 使用30帧作为示例
189
  ])
 
182
 
183
  for anim in animations:
184
  examples.append([
185
+ "examples/abc.mp4",
186
+ "examples/bcd.mp4",
187
  anim,
188
  30 # 使用30帧作为示例
189
  ])