Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ from transformers import pipeline
|
|
2 |
import streamlit as st
|
3 |
import re
|
4 |
|
5 |
-
unmasker = pipeline('fill-mask', model='distilbert-base-
|
6 |
|
7 |
def main():
|
8 |
with st.form("Mask_filling_form"):
|
|
|
2 |
import streamlit as st
|
3 |
import re
|
4 |
|
5 |
+
unmasker = pipeline('fill-mask', model='distilbert-base-cased')
|
6 |
|
7 |
def main():
|
8 |
with st.form("Mask_filling_form"):
|