SamanthaStorm commited on
Commit
88ec097
·
verified ·
1 Parent(s): 448cf92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ model = AutoModelForSequenceClassification.from_pretrained(model_name).to(device
67
  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
 
 
67
  tokenizer = AutoTokenizer.from_pretrained(model_name, use_fast=False)
68
 
69
 
70
+ model_name = "SamanthaStorm/tether-sentiment"
71
  tokenizer = AutoTokenizer.from_pretrained("SamanthaStorm/tether-sentiment")
72
  model = AutoModelForSequenceClassification.from_pretrained("SamanthaStorm/tether-sentiment")
73