Update handler.py
Browse files- handler.py +0 -1
handler.py
CHANGED
@@ -4,7 +4,6 @@ import ctranslate2
|
|
4 |
from typing import Dict, List, Any
|
5 |
from transformers import T5TokenizerFast
|
6 |
from huggingface_hub import snapshot_download
|
7 |
-
from sentencepiece import SentencePieceProcessor
|
8 |
|
9 |
|
10 |
class EndpointHandler():
|
|
|
4 |
from typing import Dict, List, Any
|
5 |
from transformers import T5TokenizerFast
|
6 |
from huggingface_hub import snapshot_download
|
|
|
7 |
|
8 |
|
9 |
class EndpointHandler():
|