Spaces:
Running
Running
Update app.py
Browse files
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>
|
|
|
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:
|