Bashir Rastegarpanah
commited on
Commit
•
47cd97a
1
Parent(s):
78e1841
- handler.py +1 -1
handler.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
4 |
|
5 |
class EndpointHandler:
|
6 |
def __init__(self,
|
7 |
-
path="
|
8 |
):
|
9 |
# Preload all the elements you are going to need at inference.
|
10 |
# pseudo:
|
|
|
4 |
|
5 |
class EndpointHandler:
|
6 |
def __init__(self,
|
7 |
+
path=""
|
8 |
):
|
9 |
# Preload all the elements you are going to need at inference.
|
10 |
# pseudo:
|