apsys commited on
Commit
50b05c6
·
1 Parent(s): 667baef

new styling

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1165,7 +1165,7 @@ with demo:
1165
  choices=[
1166
  t.to_str("-")
1167
  for t in ModelType
1168
- if t != ModelType.Unknown
1169
  ],
1170
  label="Model type",
1171
  multiselect=False,
 
1165
  choices=[
1166
  t.to_str("-")
1167
  for t in ModelType
1168
+ if t != ModelType.Unknown and t != ModelType.ClosedSource
1169
  ],
1170
  label="Model type",
1171
  multiselect=False,