reab5555 commited on
Commit
cb5d3f3
·
verified ·
1 Parent(s): 2659fb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def gradio_app():
98
  target_input = gr.Textbox(label="Target Object")
99
  output_video = gr.Video(label="Output Video")
100
  error_output = gr.Textbox(label="Error Messages", visible=False)
101
- sample_video_frame = gr.Image(value=load_sample_frame("Drone Video of African Wildlife Wild Botswan.webm"), label="Sample Video Frame")
102
  use_sample_button = gr.Button("Use Sample Video")
103
 
104
  video_path = gr.State(None)
 
98
  target_input = gr.Textbox(label="Target Object")
99
  output_video = gr.Video(label="Output Video")
100
  error_output = gr.Textbox(label="Error Messages", visible=False)
101
+ sample_video_frame = gr.Image(value=load_sample_frame("Drone Video of African Wildlife Wild Botswan.mp4"), label="Sample Video Frame")
102
  use_sample_button = gr.Button("Use Sample Video")
103
 
104
  video_path = gr.State(None)