fffiloni commited on
Commit
d995abb
·
1 Parent(s): b22f0e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ with gr.Blocks(css=css) as demo:
275
  loading_icon = gr.HTML(loading_icon_html)
276
  share_button = gr.Button("Share to community", elem_id="share-btn")
277
  gr.Examples(
278
- examples=[["Indiana Jones moonwalk in the Jungle", "./examples/moonwalk.mp4", 'depth', 12, 424242, 50]],
279
  fn=run_inference,
280
  inputs=[prompt,
281
  video_path,
 
275
  loading_icon = gr.HTML(loading_icon_html)
276
  share_button = gr.Button("Share to community", elem_id="share-btn")
277
  gr.Examples(
278
+ examples=[["Indiana Jones moonwalk in the wild jungle", "./examples/moonwalk.mp4", 'depth', 36, 424242]],
279
  fn=run_inference,
280
  inputs=[prompt,
281
  video_path,