skella83 commited on
Commit
2b5d4dc
·
1 Parent(s): 0f79cfa

Update handler.py

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