sasha HF staff commited on
Commit
058bb31
1 Parent(s): b86c583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("### Now 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]
 
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]