Spaces:
Running
Running
speech-test
commited on
Commit
β’
6ff756a
1
Parent(s):
a046b93
rollback
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def parse_metrics_rows(meta):
|
|
88 |
def get_data():
|
89 |
data = []
|
90 |
model_ids = get_model_ids()
|
91 |
-
for model_id in tqdm(model_ids
|
92 |
meta = get_metadata(model_id)
|
93 |
if meta is None:
|
94 |
continue
|
|
|
88 |
def get_data():
|
89 |
data = []
|
90 |
model_ids = get_model_ids()
|
91 |
+
for model_id in tqdm(model_ids):
|
92 |
meta = get_metadata(model_id)
|
93 |
if meta is None:
|
94 |
continue
|