Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -503,7 +503,7 @@ interface = gr.Interface(
|
|
503 |
fn=process_video,
|
504 |
inputs=[
|
505 |
gr.Dropdown(choices=[
|
506 |
-
"Crowd 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="
|
518 |
-
description="Select a feature to process your video
|
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__":
|