Report: Error

#17
by tiesp - opened

Error, when open : https://huggingface.co/spaces/huggingface/hf-speech-bench

TypeError: string indices must be integers
Traceback:
File "/home/user/.local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 534, in _run_script
exec(code, module.dict)
File "/home/user/app/app.py", line 143, in
dataframe = get_data()
File "/home/user/.local/lib/python3.10/site-packages/streamlit/runtime/legacy_caching/caching.py", line 716, in wrapped_func
return get_or_create_cached_value()
File "/home/user/.local/lib/python3.10/site-packages/streamlit/runtime/legacy_caching/caching.py", line 697, in get_or_create_cached_value
return_value = non_optional_func(*args, **kwargs)
File "/home/user/app/app.py", line 107, in get_data
for row in parse_metrics_rows(meta):
File "/home/user/app/app.py", line 72, in parse_metrics_rows
lang = result["dataset"]["args"]["language"]

tiesp changed discussion title from Report to Report: Error

Sign up or log in to comment