c-gohlke commited on
Commit
82515b9
·
1 Parent(s): ec0f03f

Update Space

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -51,6 +51,7 @@ def get_gif_paths(environments: list[str]) -> dict[str, str]:
51
  gif_paths = {}
52
  for env in environments:
53
  gif_paths[env] = get_best_gif(env)
 
54
 
55
  def run_demo() -> None:
56
  environments = get_environments()
 
51
  gif_paths = {}
52
  for env in environments:
53
  gif_paths[env] = get_best_gif(env)
54
+ return gif_paths
55
 
56
  def run_demo() -> None:
57
  environments = get_environments()