Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,9 +29,10 @@ def main():
|
|
29 |
|
30 |
models = st.multiselect(
|
31 |
"Choose models",
|
32 |
-
['flax-community/roberta-
|
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'
|