Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from scipy.special import softmax
|
|
10 |
|
11 |
|
12 |
#import the model
|
13 |
-
tokenizer = AutoTokenizer.from_pretrained('
|
14 |
|
15 |
model_path = f"Junr-syl/sentiments_analysis_Roberta"
|
16 |
config = AutoConfig.from_pretrained(model_path)
|
|
|
10 |
|
11 |
|
12 |
#import the model
|
13 |
+
tokenizer = AutoTokenizer.from_pretrained('Junr-syl/sentiments_analysis_Roberta')
|
14 |
|
15 |
model_path = f"Junr-syl/sentiments_analysis_Roberta"
|
16 |
config = AutoConfig.from_pretrained(model_path)
|