fvelasco
commited on
Commit
·
fa49f33
1
Parent(s):
ebe7859
moved the model owner
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ first_generation = True
|
|
7 |
prefix = ''
|
8 |
device = 'cuda' if torch.cuda.is_available() else 'cpu'
|
9 |
|
10 |
-
model_checkpoint = "
|
11 |
|
12 |
tokenizer = AutoTokenizer.from_pretrained(model_checkpoint)
|
13 |
|
|
|
7 |
prefix = ''
|
8 |
device = 'cuda' if torch.cuda.is_available() else 'cpu'
|
9 |
|
10 |
+
model_checkpoint = "hackathon-pln-es/es_text_neutralizer"
|
11 |
|
12 |
tokenizer = AutoTokenizer.from_pretrained(model_checkpoint)
|
13 |
|