philschmid HF staff commited on
Commit
d34cdc1
1 Parent(s): 68490c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
README.md CHANGED
@@ -34,8 +34,6 @@ The model repository also implements a generic custom `handler.py` as an example
34
 
35
  Code: https://huggingface.co/philschmid/setfit-ag-news-endpoint/blob/main/handler.py
36
 
37
- ![result](res.png)
38
-
39
  ## Send requests with Pyton
40
 
41
  We are going to use requests to send our requests. (make your you have it installed `pip install requests`)
@@ -66,7 +64,6 @@ print(classified)
66
  ```
67
 
68
 
69
-
70
  **curl example**
71
 
72
  ```bash
 
34
 
35
  Code: https://huggingface.co/philschmid/setfit-ag-news-endpoint/blob/main/handler.py
36
 
 
 
37
  ## Send requests with Pyton
38
 
39
  We are going to use requests to send our requests. (make your you have it installed `pip install requests`)
 
64
  ```
65
 
66
 
 
67
  **curl example**
68
 
69
  ```bash