Spaces:
Build error
Build error
EllyOkumuAzubi
commited on
Commit
·
346ad89
1
Parent(s):
175e942
installed scipy
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from transformers import AutoTokenizer, AutoConfig
|
|
6 |
import numpy as np
|
7 |
from scipy.special import softmax
|
8 |
|
9 |
-
|
10 |
# setting up the requiremnts
|
11 |
|
12 |
model_path = f"mrm8488/distilroberta-finetuned-financial-news-sentiment-analysis"
|
|
|
6 |
import numpy as np
|
7 |
from scipy.special import softmax
|
8 |
|
9 |
+
|
10 |
# setting up the requiremnts
|
11 |
|
12 |
model_path = f"mrm8488/distilroberta-finetuned-financial-news-sentiment-analysis"
|