hassiahk commited on
Commit
046776b
1 Parent(s): b43f0ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -29,9 +29,10 @@ def main():
29
 
30
  models = st.multiselect(
31
  "Choose models",
32
- ['flax-community/roberta-pretraining-hindi','mrm8488/HindiBERTa','ai4bharat/indic-bert',\
33
  'neuralspace-reverie/indic-transformers-hi-bert',
34
- 'surajp/RoBERTa-hindi-guj-san']
 
35
  )
36
 
37
  target_text_path = './mlm_custom/mlm_targeted_text.csv'
29
 
30
  models = st.multiselect(
31
  "Choose models",
32
+ ['flax-community/roberta-hindi','mrm8488/HindiBERTa','ai4bharat/indic-bert',\
33
  'neuralspace-reverie/indic-transformers-hi-bert',
34
+ 'surajp/RoBERTa-hindi-guj-san'],
35
+ ["flax-community/roberta-hindi"]
36
  )
37
 
38
  target_text_path = './mlm_custom/mlm_targeted_text.csv'