Spaces:
Configuration error
Configuration error
parokshsaxena
commited on
Commit
Β·
ce7b1a5
1
Parent(s):
8c02e1d
adding 3d shadow from remove bg
Browse files
src/background_processor.py
CHANGED
|
@@ -215,7 +215,8 @@ class BackgroundProcessor:
|
|
| 215 |
|
| 216 |
# get output image in same resolution as input
|
| 217 |
payload = {
|
| 218 |
-
"size": "full"
|
|
|
|
| 219 |
}
|
| 220 |
headers = {
|
| 221 |
"accept": "image/*",
|
|
|
|
| 215 |
|
| 216 |
# get output image in same resolution as input
|
| 217 |
payload = {
|
| 218 |
+
"size": "full",
|
| 219 |
+
"shadow_type": "3D"
|
| 220 |
}
|
| 221 |
headers = {
|
| 222 |
"accept": "image/*",
|