RaphaelLiu
commited on
Commit
•
4645f49
1
Parent(s):
a789943
Update app.py
Browse files
app.py
CHANGED
@@ -213,6 +213,7 @@ def showcase(page_num):
|
|
213 |
video_html = "<div class='gallery-container'>"
|
214 |
|
215 |
for i in range(start_index, end_index):
|
|
|
216 |
video_name = f"{i:04d}.mp4"
|
217 |
caption_name = f"{i:04d}.txt"
|
218 |
caption_path = os.path.join('prompts', caption_name)
|
|
|
213 |
video_html = "<div class='gallery-container'>"
|
214 |
|
215 |
for i in range(start_index, end_index):
|
216 |
+
i = 699-i
|
217 |
video_name = f"{i:04d}.mp4"
|
218 |
caption_name = f"{i:04d}.txt"
|
219 |
caption_path = os.path.join('prompts', caption_name)
|