parokshsaxena commited on
Commit
ce7b1a5
β€’
1 Parent(s): 8c02e1d

adding 3d shadow from remove bg

Browse files
Files changed (1) hide show
  1. src/background_processor.py +2 -1
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/*",