CodyBontecou commited on
Commit
7d4aad0
·
1 Parent(s): dd0166e
Files changed (1) hide show
  1. handler.py +1 -0
handler.py CHANGED
@@ -1,4 +1,5 @@
1
  from typing import Any, Dict
 
2
 
3
 
4
  class EndpointHandler:
 
1
  from typing import Any, Dict
2
+ from transformers import AutoTokenizer, AutoModel
3
 
4
 
5
  class EndpointHandler: