Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ with gr.Blocks(css=css) as demo:
|
|
217 |
video_res = gr.Video(label="result")
|
218 |
status = gr.Textbox(label="result")
|
219 |
gr.Examples(
|
220 |
-
examples=[["./examples/moonwalk.mp4", '
|
221 |
fn=run_inference,
|
222 |
inputs=[prompt,
|
223 |
video_path,
|
|
|
217 |
video_res = gr.Video(label="result")
|
218 |
status = gr.Textbox(label="result")
|
219 |
gr.Examples(
|
220 |
+
examples=[["Indiana Jones moonwalk in the Jungle", "./examples/moonwalk.mp4", 'depth', 12, 42, 50]],
|
221 |
fn=run_inference,
|
222 |
inputs=[prompt,
|
223 |
video_path,
|