Spaces:
Runtime error
Runtime error
Change models info
Browse files- apps/mlm.py +1 -1
apps/mlm.py
CHANGED
@@ -45,7 +45,7 @@ def app():
|
|
45 |
results_df = pd.DataFrame(columns=["Model Name", "Filled Token", "Filled Text"])
|
46 |
|
47 |
st.sidebar.markdown(
|
48 |
-
"Models\n"
|
49 |
"- [RoBERTa Hindi](https://huggingface.co/flax-community/roberta-hindi)\n"
|
50 |
"- [Indic Transformers Hindi](https://huggingface.co/neuralspace-reverie/indic-transformers-hi-bert)\n"
|
51 |
"- [HindiBERTa](https://huggingface.co/mrm8488/HindiBERTa)\n"
|
|
|
45 |
results_df = pd.DataFrame(columns=["Model Name", "Filled Token", "Filled Text"])
|
46 |
|
47 |
st.sidebar.markdown(
|
48 |
+
"### Models\n"
|
49 |
"- [RoBERTa Hindi](https://huggingface.co/flax-community/roberta-hindi)\n"
|
50 |
"- [Indic Transformers Hindi](https://huggingface.co/neuralspace-reverie/indic-transformers-hi-bert)\n"
|
51 |
"- [HindiBERTa](https://huggingface.co/mrm8488/HindiBERTa)\n"
|