Update handler.py
Browse files- handler.py +0 -2
handler.py
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
from typing import Dict, List, Any
|
2 |
from transformers import pipeline
|
3 |
-
import holidays
|
4 |
-
|
5 |
|
6 |
class EndpointHandler:
|
7 |
def __init__(self, path=""):
|
|
|
1 |
from typing import Dict, List, Any
|
2 |
from transformers import pipeline
|
|
|
|
|
3 |
|
4 |
class EndpointHandler:
|
5 |
def __init__(self, path=""):
|