Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -80,9 +80,9 @@ description = "## Introduction(^_^)\n" \
|
|
80 |
"We also provide two sliders to adjust the location of the attention visualizer. \n" \
|
81 |
" **Note**: The demo is running on CPU, so it may take a while to process the video. \n"
|
82 |
|
83 |
-
examples = [["example_1.mp4", 62, 56], ["example_2.mp4", 59, 55], ["example_3.mp4", 50, 50], ["example_4.mp4", 50, 50],
|
84 |
-
|
85 |
-
|
86 |
md = "![](https://drive.google.com/uc?id=1WBqYsKRwn_78A72MJBrk643l3-gfAssP) \n" \
|
87 |
"## Author \n" \
|
88 |
"This project page is developed by Zitang Sun (zitangsun96 @ gmail.com)\n" \
|
|
|
80 |
"We also provide two sliders to adjust the location of the attention visualizer. \n" \
|
81 |
" **Note**: The demo is running on CPU, so it may take a while to process the video. \n"
|
82 |
|
83 |
+
# examples = [["example_1.mp4", 62, 56], ["example_2.mp4", 59, 55], ["example_3.mp4", 50, 50], ["example_4.mp4", 50, 50],
|
84 |
+
# ["example_5.mp4", 39, 72]]
|
85 |
+
examples = [["example_1.mp4", 62, 56]]
|
86 |
md = "![](https://drive.google.com/uc?id=1WBqYsKRwn_78A72MJBrk643l3-gfAssP) \n" \
|
87 |
"## Author \n" \
|
88 |
"This project page is developed by Zitang Sun (zitangsun96 @ gmail.com)\n" \
|