Spaces:
Runtime error
Runtime error
Commit
·
c00a4d2
1
Parent(s):
23c2996
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,6 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
9 |
# Define the model names or identifiers
|
10 |
|
11 |
model1_name = "Winnie-Kay/Sentiment-Analysis-Roberta-bases"
|
12 |
-
|
13 |
model2_name = "Winnie-Kay/Finetuned_BertModel_SentimentAnalysis"
|
14 |
|
15 |
|
|
|
9 |
# Define the model names or identifiers
|
10 |
|
11 |
model1_name = "Winnie-Kay/Sentiment-Analysis-Roberta-bases"
|
|
|
12 |
model2_name = "Winnie-Kay/Finetuned_BertModel_SentimentAnalysis"
|
13 |
|
14 |
|