Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -17,7 +17,7 @@ class EndpointHandler:
|
|
17 |
model=model,
|
18 |
tile=0,
|
19 |
pre_pad=0,
|
20 |
-
half=
|
21 |
)
|
22 |
|
23 |
def __call__(self, data):
|
|
|
17 |
model=model,
|
18 |
tile=0,
|
19 |
pre_pad=0,
|
20 |
+
half=False,
|
21 |
)
|
22 |
|
23 |
def __call__(self, data):
|