Spaces:
Sleeping
Sleeping
πwπ
Browse files
app.py
CHANGED
|
@@ -5,7 +5,6 @@ import spaces
|
|
| 5 |
from transformers import AutoModelForImageSegmentation
|
| 6 |
import torch
|
| 7 |
from torchvision import transforms
|
| 8 |
-
from PIL import Image
|
| 9 |
|
| 10 |
torch.set_float32_matmul_precision(["high", "highest"][0])
|
| 11 |
|
|
|
|
| 5 |
from transformers import AutoModelForImageSegmentation
|
| 6 |
import torch
|
| 7 |
from torchvision import transforms
|
|
|
|
| 8 |
|
| 9 |
torch.set_float32_matmul_precision(["high", "highest"][0])
|
| 10 |
|