Suburst commited on
Commit
75c6cc9
1 Parent(s): f939f34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -42,7 +42,8 @@ demo = gr.Interface(
42
  html_content = """
43
  <div style="text-align: center;">
44
  <h1>Welcome to My Video Processing App</h1>
45
- <p>Upload a video to process it using YOLOv5 and DeepSORT.</p>
 
46
  </div>
47
  """
48
  with demo:
 
42
  html_content = """
43
  <div style="text-align: center;">
44
  <h1>Welcome to My Video Processing App</h1>
45
+ <p>The author is a third-year undergraduate student at the School of Intelligent Science and Technology, Nanjing University, Suzhou Campus. </p>
46
+ <p>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.</p>
47
  </div>
48
  """
49
  with demo: