Jack Monas
commited on
Commit
·
65cfacd
1
Parent(s):
4cedfff
gif
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def main():
|
|
76 |
"Welcome to the World Model Challenge. This platform hosts three challenges "
|
77 |
"designed to advance research in world models for robotics: Compression, Sampling, and Evaluation."
|
78 |
)
|
79 |
-
gif_folder = "assets/
|
80 |
|
81 |
# Get all GIF file paths from the folder, sorted by name
|
82 |
gif_paths = sorted(glob.glob(os.path.join(gif_folder, "*.gif")))
|
|
|
76 |
"Welcome to the World Model Challenge. This platform hosts three challenges "
|
77 |
"designed to advance research in world models for robotics: Compression, Sampling, and Evaluation."
|
78 |
)
|
79 |
+
gif_folder = "assets/v1.0"
|
80 |
|
81 |
# Get all GIF file paths from the folder, sorted by name
|
82 |
gif_paths = sorted(glob.glob(os.path.join(gif_folder, "*.gif")))
|