Spaces:
Build error
Build error
tesalonikahtp commited on
Commit ·
646aa03
1
Parent(s): 7f43e08
final: ratio head to top
Browse files
server.py
CHANGED
|
@@ -272,7 +272,7 @@ def create_app() -> Flask:
|
|
| 272 |
img_clean,
|
| 273 |
angle,
|
| 274 |
(x, y, w, h),
|
| 275 |
-
top_margin=0.
|
| 276 |
bottom_margin=1
|
| 277 |
)
|
| 278 |
# Return result
|
|
|
|
| 272 |
img_clean,
|
| 273 |
angle,
|
| 274 |
(x, y, w, h),
|
| 275 |
+
top_margin=0.4,
|
| 276 |
bottom_margin=1
|
| 277 |
)
|
| 278 |
# Return result
|