Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -28,8 +28,8 @@ def process_video(video):
|
|
28 |
return 'output.mp4'
|
29 |
|
30 |
# Define the title and description
|
31 |
-
title = "Welcome to
|
32 |
-
description = "Upload a video to process it using
|
33 |
|
34 |
# Initialize Gradio interface with title and description
|
35 |
demo = gr.Interface(
|
|
|
28 |
return 'output.mp4'
|
29 |
|
30 |
# Define the title and description
|
31 |
+
title = "Welcome to DDM DeepSort"
|
32 |
+
description = "Upload a video to process it using DDM and DeepSORT."
|
33 |
|
34 |
# Initialize Gradio interface with title and description
|
35 |
demo = gr.Interface(
|