Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -68,8 +68,8 @@ tokenizer = AutoTokenizer.from_pretrained(model_name, use_fast=False)
|
|
68 |
|
69 |
|
70 |
|
71 |
-
tokenizer = AutoTokenizer.from_pretrained("SamanthaStorm/tether-sentiment
|
72 |
-
model = AutoModelForSequenceClassification.from_pretrained("SamanthaStorm/tether-sentiment
|
73 |
|
74 |
emotion_pipeline = hf_pipeline(
|
75 |
"text-classification",
|
|
|
68 |
|
69 |
|
70 |
|
71 |
+
tokenizer = AutoTokenizer.from_pretrained("SamanthaStorm/tether-sentiment")
|
72 |
+
model = AutoModelForSequenceClassification.from_pretrained("SamanthaStorm/tether-sentiment")
|
73 |
|
74 |
emotion_pipeline = hf_pipeline(
|
75 |
"text-classification",
|