benstaf commited on
Commit
3afb7e7
·
verified ·
1 Parent(s): ccd3d82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -5
README.md CHANGED
@@ -19,8 +19,3 @@ with open("face.jpg", "rb") as f:
19
  r = requests.post("https://benstaf-gender-api-fastapi.hf.space/classify/", files={"image": f})
20
  print(r.json())
21
  ```
22
-
23
- ## Deployment
24
-
25
- - SDK: Docker
26
- - Port: 7860 (required)
 
19
  r = requests.post("https://benstaf-gender-api-fastapi.hf.space/classify/", files={"image": f})
20
  print(r.json())
21
  ```