hb-setosys commited on
Commit
df95b60
·
verified ·
1 Parent(s): 875bfcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ interface = gr.Interface(
91
  fn=process_video,
92
  inputs=gr.Video(label="Upload a Video"),
93
  outputs="text",
94
- title="Person Counting with YOLOv8 and DeepSORT",
95
  description="Upload a video to count the number of unique people using YOLOv8 and DeepSORT."
96
  )
97
 
 
91
  fn=process_video,
92
  inputs=gr.Video(label="Upload a Video"),
93
  outputs="text",
94
+ title="Person Counting in a Video",
95
  description="Upload a video to count the number of unique people using YOLOv8 and DeepSORT."
96
  )
97