Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ for s in info[dset_config].splits:
|
|
29 |
dset_split = st.selectbox('Choose a dataset split for evaluation', options=splitlist)
|
30 |
|
31 |
|
32 |
-
st.markdown("###
|
33 |
|
34 |
filt = ModelFilter(trained_dataset=dset)
|
35 |
all_models = [m.modelId for m in api.list_models(filter=filt, sort = "downloads", direction=-1, limit = 20) if 't5' not in m.tags]
|
|
|
29 |
dset_split = st.selectbox('Choose a dataset split for evaluation', options=splitlist)
|
30 |
|
31 |
|
32 |
+
st.markdown("### Select up to 5 models to compare their performance:")
|
33 |
|
34 |
filt = ModelFilter(trained_dataset=dset)
|
35 |
all_models = [m.modelId for m in api.list_models(filter=filt, sort = "downloads", direction=-1, limit = 20) if 't5' not in m.tags]
|