Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|