freealise commited on
Commit
19ebfe7
1 Parent(s): 159ab75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -507,7 +507,7 @@ with gr.Blocks(css=css) as demo:
507
 
508
  with gr.Row():
509
  with gr.Column():
510
- input_url = gr.Textbox(value="./examples/streetview.mp4", label="URL")
511
  input_video = gr.Video(label="Input Video", format="mp4")
512
  input_url.change(fn=loadurl, inputs=[input_url], outputs=[input_video])
513
  output_frame = gr.Gallery(label="Frames", preview=True, columns=8192, type="numpy")
 
507
 
508
  with gr.Row():
509
  with gr.Column():
510
+ input_url = gr.Textbox(elem_id="url", value="./examples/streetview.mp4", label="URL")
511
  input_video = gr.Video(label="Input Video", format="mp4")
512
  input_url.change(fn=loadurl, inputs=[input_url], outputs=[input_video])
513
  output_frame = gr.Gallery(label="Frames", preview=True, columns=8192, type="numpy")