jordyvl commited on
Commit
872bd1f
1 Parent(s): 1af366f

disabled rvl-mp to test

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -132,13 +132,13 @@ _CLASSES = [
132
  "questionnaire",
133
  "resume",
134
  "memo",
135
- ''
136
  ]
137
 
138
  # load both datasets in memory? --> easier retrieval afterwards with seed index based on pressing button
139
  DATASETS = OrderedDict(
140
  {
141
- "rvl_cdip": load_dataset("bdpc/rvl_cdip_mp", split="test", streaming=True),
142
  "rvl_cdip_N": load_dataset("bdpc/rvl_cdip_n_mp", split="test", streaming=True),
143
  }
144
  )
 
132
  "questionnaire",
133
  "resume",
134
  "memo",
135
+ "",
136
  ]
137
 
138
  # load both datasets in memory? --> easier retrieval afterwards with seed index based on pressing button
139
  DATASETS = OrderedDict(
140
  {
141
+ # "rvl_cdip": load_dataset("bdpc/rvl_cdip_mp", split="test", streaming=True),
142
  "rvl_cdip_N": load_dataset("bdpc/rvl_cdip_n_mp", split="test", streaming=True),
143
  }
144
  )