marutitecblic commited on
Commit
dab5fa7
·
verified ·
1 Parent(s): 7dc9973

Update handler.py

Browse files
Files changed (1) hide show
  1. 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",