andrewluo commited on
Commit
cc0dbd1
1 Parent(s): 2e2e642

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -0
handler.py CHANGED
@@ -1,5 +1,6 @@
1
  from typing import Dict, List, Any
2
  from InstructorEmbedding import INSTRUCTOR
 
3
 
4
  class EndpointHandler():
5
  def __init__(self, path=""):
 
1
  from typing import Dict, List, Any
2
  from InstructorEmbedding import INSTRUCTOR
3
+ import torch
4
 
5
  class EndpointHandler():
6
  def __init__(self, path=""):