RaphaelLiu
commited on
Commit
•
337fe94
1
Parent(s):
c5572b2
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ def showcase(page_num):
|
|
186 |
video_html += "<div class='video-container'>"
|
187 |
|
188 |
for category in [ 'VideoCrafter2','Pika','VideoCrafter1','VideoCrafter0.9','Pika1.0', 'Gen2-09.2023','Gen2-12.2023','HotShot','Lavie-Base','Lavie-Interpolation','ModelScope','MoonValley','Show1', 'ZeroScope']:
|
189 |
-
video_url = f"
|
190 |
caption_path = os.path.join('prompts', caption_name)
|
191 |
if os.path.exists(os.path.join('static', category, video_name)):
|
192 |
caption_text = ""
|
|
|
186 |
video_html += "<div class='video-container'>"
|
187 |
|
188 |
for category in [ 'VideoCrafter2','Pika','VideoCrafter1','VideoCrafter0.9','Pika1.0', 'Gen2-09.2023','Gen2-12.2023','HotShot','Lavie-Base','Lavie-Interpolation','ModelScope','MoonValley','Show1', 'ZeroScope']:
|
189 |
+
video_url = f"https://huggingface.co/spaces/RaphaelLiu/EvalCrafter-T2V-Gallery/resolve/main/0001.mp4"
|
190 |
caption_path = os.path.join('prompts', caption_name)
|
191 |
if os.path.exists(os.path.join('static', category, video_name)):
|
192 |
caption_text = ""
|