Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import requests
|
| 2 |
|
| 3 |
API_URL = "https://api-inference.huggingface.co/models/jrjyc1/trainee"
|
|
|
|
| 1 |
+
# ⚠️ Type of model/library unknown.
|
| 2 |
+
|
| 3 |
+
# Feel free to open a Pull request
|
| 4 |
+
# for integration of the huggingface model hub
|
| 5 |
+
# into the corresponding library =)
|
| 6 |
+
|
| 7 |
import requests
|
| 8 |
|
| 9 |
API_URL = "https://api-inference.huggingface.co/models/jrjyc1/trainee"
|