UnarineLeo commited on
Commit
cefd202
·
verified ·
1 Parent(s): 9b15119

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ if st.button("Submit"):
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']}")
 
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']}")