soiz commited on
Commit
3bac5ab
·
verified ·
1 Parent(s): ac6521c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def remove_background(image):
14
  image_bytes = BytesIO()
15
  image.save(image_bytes, format="PNG")
16
  response = requests.post(
17
- "https://api-inference.huggingface.co/models/Herve12/remove-bg",
18
  headers=headers,
19
  files={"file": image_bytes.getvalue()}
20
  )
 
14
  image_bytes = BytesIO()
15
  image.save(image_bytes, format="PNG")
16
  response = requests.post(
17
+ "https://api-inference.huggingface.co/models/djwild/remove-bg",
18
  headers=headers,
19
  files={"file": image_bytes.getvalue()}
20
  )