TejAndrewsACC commited on
Commit
a540105
·
verified ·
1 Parent(s): 887767f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ if tokenizer.pad_token is None:
20
 
21
  tokenizer.clean_up_tokenization_spaces = True
22
 
23
- # Set device for model and tensors
24
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
25
  model.to(device)
26
 
 
20
 
21
  tokenizer.clean_up_tokenization_spaces = True
22
 
23
+ # Set device for model and tensorss
24
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
25
  model.to(device)
26