Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,8 +6,8 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
| 6 |
import datetime
|
| 7 |
import streamlit as st
|
| 8 |
|
| 9 |
-
d = st.date_input("Chose the Date for which you are interested in", value=None)
|
| 10 |
-
st.write('You selected:', d)
|
| 11 |
|
| 12 |
tokenizer = AutoTokenizer.from_pretrained("nickmuchi/sec-bert-finetuned-finance-classification")
|
| 13 |
model = AutoModelForSequenceClassification.from_pretrained("nickmuchi/sec-bert-finetuned-finance-classification")
|
|
|
|
| 6 |
import datetime
|
| 7 |
import streamlit as st
|
| 8 |
|
| 9 |
+
#d = st.date_input("Chose the Date for which you are interested in", value=None)
|
| 10 |
+
#st.write('You selected:', d)
|
| 11 |
|
| 12 |
tokenizer = AutoTokenizer.from_pretrained("nickmuchi/sec-bert-finetuned-finance-classification")
|
| 13 |
model = AutoModelForSequenceClassification.from_pretrained("nickmuchi/sec-bert-finetuned-finance-classification")
|