BigSalmon commited on
Commit
ec62001
·
1 Parent(s): fb022f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ model = AutoModelForMaskedLM.from_pretrained("BigSalmon/FormalRobertaa")
17
  model2 = AutoModelForMaskedLM.from_pretrained("roberta-base")
18
 
19
 
20
- with st.expander('BigSalmon/FormalRobertaaa'):
21
  with st.form(key='my_form'):
22
  prompt = st.text_area(label='Enter Text. Put <mask> where you want the model to fill in the blank. You can use more than one at a time.')
23
  submit_button = st.form_submit_button(label='Submit')
 
17
  model2 = AutoModelForMaskedLM.from_pretrained("roberta-base")
18
 
19
 
20
+ with st.expander('BigSalmon/FormalRobertaa'):
21
  with st.form(key='my_form'):
22
  prompt = st.text_area(label='Enter Text. Put <mask> where you want the model to fill in the blank. You can use more than one at a time.')
23
  submit_button = st.form_submit_button(label='Submit')