ADELIB commited on
Commit
38fcaf9
·
1 Parent(s): f3da5e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ from transformers import (
6
  get_linear_schedule_with_warmup
7
  )
8
 
9
- model = AutoModelForSeq2SeqLM.from_pretrained("ADEL/ANQG")
10
- tokenizer = AutoTokenizer.from_pretrained("ADEL/ANQG")
11
 
12
 
13
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
 
6
  get_linear_schedule_with_warmup
7
  )
8
 
9
+ model = AutoModelForSeq2SeqLM.from_pretrained("ADELIB/ANQG")
10
+ tokenizer = AutoTokenizer.from_pretrained("ADELIB/ANQG")
11
 
12
 
13
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")