Spaces:
Runtime error
Runtime error
Virajtharinda
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
# create pieline for MLM
|
5 |
-
pipe = pipeline('fill-mask', model = '
|
6 |
text = st.text_area('enter some text!')
|
7 |
|
8 |
if text:
|
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
# create pieline for MLM
|
5 |
+
pipe = pipeline('fill-mask', model = 'Virajtharinda/SinhalaWP')
|
6 |
text = st.text_area('enter some text!')
|
7 |
|
8 |
if text:
|