Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
|
@@ -96,7 +96,7 @@ class EndpointHandler:
|
|
| 96 |
#output_path=temp_dir,
|
| 97 |
base_size=1024,
|
| 98 |
image_size=640,
|
| 99 |
-
crop_mode=True,
|
| 100 |
#save_results=False
|
| 101 |
)
|
| 102 |
print(f"Inference completed. Result type: {type(result)}")
|
|
|
|
| 96 |
#output_path=temp_dir,
|
| 97 |
base_size=1024,
|
| 98 |
image_size=640,
|
| 99 |
+
#crop_mode=True,
|
| 100 |
#save_results=False
|
| 101 |
)
|
| 102 |
print(f"Inference completed. Result type: {type(result)}")
|