Jack Monas commited on
Commit
65cfacd
·
1 Parent(s): 4cedfff
Files changed (1) hide show
  1. app.py +1 -1
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/gifs"
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")))