fffiloni commited on
Commit
1cf77c6
·
1 Parent(s): f7cfd7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", 'canny', 12, 42, 50]],
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,