mkhodary101 commited on
Commit
c58318b
·
verified ·
1 Parent(s): 6dbbb15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -503,7 +503,7 @@ interface = gr.Interface(
503
  fn=process_video,
504
  inputs=[
505
  gr.Dropdown(choices=[
506
- "Crowd Detection", "People Tracking", "Fall Detection",
507
  "Fight Detection", "Intrusion Detection", "Loitering Detection",
508
  "Fire And Smoke Detection"
509
  ], label="Select Feature"),
@@ -514,8 +514,8 @@ interface = gr.Interface(
514
  gr.Textbox(label="Status"),
515
  gr.Video(label="Processed Video")
516
  ],
517
- title="YOLOv8 Multitask Video Processing",
518
- description="Select a feature to process your video: Crowd Detection, People Tracking, Fall Detection, or Fight Detection."
519
  )
520
 
521
  if __name__ == "__main__":
 
503
  fn=process_video,
504
  inputs=[
505
  gr.Dropdown(choices=[
506
+ "Crowd Detection", "Fall Detection",
507
  "Fight Detection", "Intrusion Detection", "Loitering Detection",
508
  "Fire And Smoke Detection"
509
  ], label="Select Feature"),
 
514
  gr.Textbox(label="Status"),
515
  gr.Video(label="Processed Video")
516
  ],
517
+ title="City Stars Features Demo",
518
+ description="Select a feature to process your video Input."
519
  )
520
 
521
  if __name__ == "__main__":