Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,8 @@ tokenizer = BertTokenizer.from_pretrained("RuudVelo/dutch_news_clf_bert_finetune
|
|
| 36 |
st.title("Dutch news article classification")
|
| 37 |
|
| 38 |
#image = Image.open('dataset-cover_articles.jpg')
|
| 39 |
-
st.image('dataset-cover_articles.jpg')
|
|
|
|
| 40 |
|
| 41 |
text = st.text_area('Please type/copy/paste text of the Dutch article')
|
| 42 |
|
|
|
|
| 36 |
st.title("Dutch news article classification")
|
| 37 |
|
| 38 |
#image = Image.open('dataset-cover_articles.jpg')
|
| 39 |
+
st.image('dataset-cover_articles.jpg')
|
| 40 |
+
|
| 41 |
|
| 42 |
text = st.text_area('Please type/copy/paste text of the Dutch article')
|
| 43 |
|