Spaces:
Paused
Paused
Update app.py
Browse files
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
|
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,
|