not-lain commited on
Commit
16bb0cc
β€’
1 Parent(s): faa4987

🌘wπŸŒ–

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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