lewtun HF staff commited on
Commit
70740f7
1 Parent(s): ac38247

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -1,5 +1,5 @@
1
  from typing import Dict, List, Any
2
- from transformers import AutoModelForCasualLM, AutoTokenizer
3
  import torch
4
 
5
  class EndpointHandler:
 
1
  from typing import Dict, List, Any
2
+ from transformers import AutoTokenizer, AutoModelForCausalLM
3
  import torch
4
 
5
  class EndpointHandler: