Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -318,8 +318,8 @@ with gr.Blocks(css=css) as demo:
|
|
318 |
|
319 |
|
320 |
gr.Examples(
|
321 |
-
examples=[["James bond moonwalks on the beach.", "./
|
322 |
-
["A striking mallard floats effortlessly on the sparkling pond.", "./
|
323 |
fn=run_inference,
|
324 |
inputs=[prompt,
|
325 |
video_path,
|
|
|
318 |
|
319 |
|
320 |
gr.Examples(
|
321 |
+
examples=[["James bond moonwalks on the beach.", "./moonwalk.mp4", 'v10+openpose', 15, 42],
|
322 |
+
["A striking mallard floats effortlessly on the sparkling pond.", "./mallard-water.mp4", "v10+depth_midas", 15, 42]],
|
323 |
fn=run_inference,
|
324 |
inputs=[prompt,
|
325 |
video_path,
|