hunterschep commited on
Commit
52f4023
·
verified ·
1 Parent(s): 2e7a521

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import torch
4
  from sacremoses import MosesPunctNormalizer
5
  import re
6
  import unicodedata
 
7
 
8
  device = "cuda" if torch.cuda.is_available() else "cpu"
9
 
 
4
  from sacremoses import MosesPunctNormalizer
5
  import re
6
  import unicodedata
7
+ import sys
8
 
9
  device = "cuda" if torch.cuda.is_available() else "cpu"
10