torinriley commited on
Commit
f7e1eb2
·
verified ·
1 Parent(s): 387dfb8

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +0 -1
handler.py CHANGED
@@ -3,7 +3,6 @@ from torchvision import transforms
3
  from PIL import Image
4
  import io
5
 
6
- # Load the Faster R-CNN model
7
  from model import get_model
8
 
9
  class EndpointHandler:
 
3
  from PIL import Image
4
  import io
5
 
 
6
  from model import get_model
7
 
8
  class EndpointHandler: