usiddiquee786 commited on
Commit
86bb37d
Β·
verified Β·
1 Parent(s): 1256e4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -199,8 +199,8 @@ ensure_dependencies()
199
  apply_patches()
200
 
201
  # Create the Gradio interface
202
- with gr.Blocks(title="YOLO Object Tracking") as app:
203
- gr.Markdown("# πŸš€ YOLO Object Tracking")
204
  gr.Markdown("Upload a video file to detect and track objects. Processing may take a few minutes depending on video length.")
205
 
206
  # Add class reference information
 
199
  apply_patches()
200
 
201
  # Create the Gradio interface
202
+ with gr.Blocks(title="πŸš€ Object Tracking") as app:
203
+ gr.Markdown("# πŸš€ Object Tracking")
204
  gr.Markdown("Upload a video file to detect and track objects. Processing may take a few minutes depending on video length.")
205
 
206
  # Add class reference information