Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ history_keyword_text = st.text_input("Enter users's history keywords (optional,
|
|
| 15 |
|
| 16 |
text = st.text_input("Enter a text for auto completion...", value='Where is Bill')
|
| 17 |
|
| 18 |
-
model = st.selectbox("choose a model", ["roberta-base", "bert-base-uncased"
|
| 19 |
|
| 20 |
data_load_state = st.text('Loading model...')
|
| 21 |
nlp = get_model(model)
|
|
|
|
| 15 |
|
| 16 |
text = st.text_input("Enter a text for auto completion...", value='Where is Bill')
|
| 17 |
|
| 18 |
+
model = st.selectbox("choose a model", ["roberta-base", "bert-base-uncased"])
|
| 19 |
|
| 20 |
data_load_state = st.text('Loading model...')
|
| 21 |
nlp = get_model(model)
|