Update app.py
Browse files
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.
|
| 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)
|