Commit ·
adb5606
1
Parent(s): f621356
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ license: apache-2.0
|
|
| 26 |
|
| 27 |
Hugging Face Inference endpoints can be used with an HTTP client in any language. We will use Python and the `requests` library to send our requests. (make your you have it installed `pip install requests`)
|
| 28 |
|
| 29 |
-

|
| 28 |
|
| 29 |
+

|
| 30 |
|
| 31 |
## Send requests with Pyton
|
| 32 |
|