Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ if st.button("Submit"):
|
|
34 |
|
35 |
user_predictions = unmasker(user_masked_sentence)
|
36 |
|
37 |
-
|
38 |
|
39 |
if len(user_predictions) > 0:
|
40 |
# st.write(f"Top prediction for the masked token: {user_predictions[0]['sequence']}")
|
|
|
34 |
|
35 |
user_predictions = unmasker(user_masked_sentence)
|
36 |
|
37 |
+
st.write(user_predictions)
|
38 |
|
39 |
if len(user_predictions) > 0:
|
40 |
# st.write(f"Top prediction for the masked token: {user_predictions[0]['sequence']}")
|