Spaces:
Runtime error
Runtime error
Simon Salmon
commited on
Commit
·
07d9bf7
1
Parent(s):
a9365ea
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ with st.expander('BigSalmon/FormalRobertaa'):
|
|
38 |
words = [tokenizer.decode(i.item()).strip() for i in idx]
|
39 |
st.text_area(label = 'Infill:', value=words)
|
40 |
|
41 |
-
|
42 |
with st.form(key='my_form'):
|
43 |
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.')
|
44 |
submit_button = st.form_submit_button(label='Submit')
|
|
|
38 |
words = [tokenizer.decode(i.item()).strip() for i in idx]
|
39 |
st.text_area(label = 'Infill:', value=words)
|
40 |
|
41 |
+
with st.expander('roberta-large'):
|
42 |
with st.form(key='my_form'):
|
43 |
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.')
|
44 |
submit_button = st.form_submit_button(label='Submit')
|