Spaces:
Running
Running
NegiTurkey
commited on
Commit
•
11e2057
1
Parent(s):
30b2582
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 |
|