Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|