Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ def load_sample_frame(video_path):
|
|
131 |
|
132 |
def gradio_app():
|
133 |
with gr.Blocks() as app:
|
134 |
-
gr.Markdown("# Video Object Detection with Owlv2
|
135 |
|
136 |
video_input = gr.Video(label="Upload Video")
|
137 |
target_input = gr.Textbox(label="Target Object", value="Elephant")
|
|
|
131 |
|
132 |
def gradio_app():
|
133 |
with gr.Blocks() as app:
|
134 |
+
gr.Markdown("# Video Object Detection with Owlv2")
|
135 |
|
136 |
video_input = gr.Video(label="Upload Video")
|
137 |
target_input = gr.Textbox(label="Target Object", value="Elephant")
|