Spaces:
Build error
Build error
Update Space
Browse files
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()
|