Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -59,7 +59,7 @@ DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
59 |
# return response
|
60 |
|
61 |
class EndpointHandler():
|
62 |
-
def __init__(self
|
63 |
# Load processor and model
|
64 |
self.PROCESSOR = AutoProcessor.from_pretrained(
|
65 |
"marutitecblic/HtmlTocode",
|
|
|
59 |
# return response
|
60 |
|
61 |
class EndpointHandler():
|
62 |
+
def __init__(self):
|
63 |
# Load processor and model
|
64 |
self.PROCESSOR = AutoProcessor.from_pretrained(
|
65 |
"marutitecblic/HtmlTocode",
|