Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -182,8 +182,8 @@ with gr.Blocks(title="视频过渡与拼接工具") as demo:
|
|
182 |
|
183 |
for anim in animations:
|
184 |
examples.append([
|
185 |
-
"examples/
|
186 |
-
"examples/
|
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 |
])
|