torinriley commited on
Commit
28a32c3
1 Parent(s): f53d612

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -0
handler.py CHANGED
@@ -3,6 +3,7 @@ from model import get_model
3
  from torchvision.transforms import ToTensor
4
  from PIL import Image
5
  import io
 
6
 
7
  # Constants
8
  NUM_CLASSES = 4
 
3
  from torchvision.transforms import ToTensor
4
  from PIL import Image
5
  import io
6
+ import os
7
 
8
  # Constants
9
  NUM_CLASSES = 4