SamanthaStorm commited on
Commit
448cf92
·
verified ·
1 Parent(s): 52f19d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-v2")
72
- model = AutoModelForSequenceClassification.from_pretrained("SamanthaStorm/tether-sentiment-v2")
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",