videopix commited on
Commit
483291c
·
verified ·
1 Parent(s): 9982002

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,7 +3,7 @@ title: Background Removal API
3
  emoji: 🖼️
4
  colorFrom: blue
5
  colorTo: purple
6
- sdk: docker
7
  pinned: false
8
  ---
9
 
@@ -24,4 +24,4 @@ files = {"file": open("example.jpg", "rb")}
24
  response = requests.post(url, files=files)
25
 
26
  with open("output.png", "wb") as f:
27
- f.write(response.content)
 
3
  emoji: 🖼️
4
  colorFrom: blue
5
  colorTo: purple
6
+ sdk: gradio
7
  pinned: false
8
  ---
9
 
 
24
  response = requests.post(url, files=files)
25
 
26
  with open("output.png", "wb") as f:
27
+ f.write(response.content)