Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ from transformers import AutoModelForImageSegmentation
|
|
| 6 |
import torch
|
| 7 |
from torchvision import transforms
|
| 8 |
import zipfile
|
|
|
|
| 9 |
|
| 10 |
torch.set_float32_matmul_precision(["high", "highest"][0])
|
| 11 |
|
|
|
|
| 6 |
import torch
|
| 7 |
from torchvision import transforms
|
| 8 |
import zipfile
|
| 9 |
+
import os
|
| 10 |
|
| 11 |
torch.set_float32_matmul_precision(["high", "highest"][0])
|
| 12 |
|