Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,8 +39,8 @@ with gr.Blocks() as demo:
|
|
39 |
description=description
|
40 |
)
|
41 |
gr.Markdown("""
|
42 |
-
# Welcome to My
|
43 |
-
|
44 |
The author is a third-year undergraduate student at the School of Intelligent Science and Technology, Nanjing University, Suzhou Campus.
|
45 |
|
46 |
**Note:** Since this project uses Hugging Face's free CPU, the processing speed is very slow. In the worst case, even a video with a dozen frames can take several minutes to process. Therefore, if possible, it is recommended to deploy on a device with a better GPU.
|
@@ -50,8 +50,9 @@ Although the YOLOv5 model supports up to 80 classes, my project is primarily foc
|
|
50 |
**Tips for First-Time Users:**
|
51 |
- Ensure that the video includes at least people and cars.
|
52 |
- It's recommended that the video is not too long, ideally within 10 seconds.
|
|
|
53 |
""")
|
54 |
|
55 |
-
gr.Video(value="DDMDeepsort1.mp4", label="Demo Video")
|
56 |
|
57 |
demo.launch()
|
|
|
39 |
description=description
|
40 |
)
|
41 |
gr.Markdown("""
|
42 |
+
# Welcome to My Neuroscience Project
|
43 |
+
<div style="border: 2px solid rgba(0, 0, 0, 0.1); border-radius: 10px; background-color: rgba(255, 255, 255, 0.8); padding: 20px;">
|
44 |
The author is a third-year undergraduate student at the School of Intelligent Science and Technology, Nanjing University, Suzhou Campus.
|
45 |
|
46 |
**Note:** Since this project uses Hugging Face's free CPU, the processing speed is very slow. In the worst case, even a video with a dozen frames can take several minutes to process. Therefore, if possible, it is recommended to deploy on a device with a better GPU.
|
|
|
50 |
**Tips for First-Time Users:**
|
51 |
- Ensure that the video includes at least people and cars.
|
52 |
- It's recommended that the video is not too long, ideally within 10 seconds.
|
53 |
+
</div>
|
54 |
""")
|
55 |
|
56 |
+
gr.Video(value="DDMDeepsort1.mp4", label="Demo Video", width=720, height=435)
|
57 |
|
58 |
demo.launch()
|