paascorb commited on
Commit
8283ea8
1 Parent(s): 155b620

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ import hashlib
14
  from tqdm import tqdm
15
 
16
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
 
17
  import textract
18
  from scipy.special import softmax
19
  import pandas as pd
 
14
  from tqdm import tqdm
15
 
16
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
17
+
18
  import textract
19
  from scipy.special import softmax
20
  import pandas as pd