Thomasboosinger commited on
Commit
d0d94dc
1 Parent(s): 9b99880

Update handler.py

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