reab5555 commited on
Commit
cc209a2
·
verified ·
1 Parent(s): 8714cd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (3 FPS, Batch Size 32)")
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")