Update app.py
Browse files
app.py
CHANGED
@@ -210,7 +210,7 @@ with gr.Blocks() as demo:
|
|
210 |
depth_output = gr.Image(image_mode="L")
|
211 |
|
212 |
gr.Examples(
|
213 |
-
examples=[["./examples/streetview.mp4", 1, 1]],
|
214 |
fn=infer,
|
215 |
inputs=[url_input,interpolation_slider,fps_output_slider,resize_num],
|
216 |
outputs=[video_output,file_output,depth_output],
|
|
|
210 |
depth_output = gr.Image(image_mode="L")
|
211 |
|
212 |
gr.Examples(
|
213 |
+
examples=[["./examples/streetview.mp4", 1, 1, 256]],
|
214 |
fn=infer,
|
215 |
inputs=[url_input,interpolation_slider,fps_output_slider,resize_num],
|
216 |
outputs=[video_output,file_output,depth_output],
|