Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ This is a ResNet model for image classification.
|
|
13 |
```python
|
14 |
import requests
|
15 |
|
16 |
-
API_URL = "https://api-inference.huggingface.co/models/giulio678/
|
17 |
headers = {"Authorization": "Bearer TUO_TOKEN"}
|
18 |
payload = {"inputs": "path/to/your/image.jpg"}
|
19 |
|
|
|
13 |
```python
|
14 |
import requests
|
15 |
|
16 |
+
API_URL = "https://api-inference.huggingface.co/models/giulio678/model_v11"
|
17 |
headers = {"Authorization": "Bearer TUO_TOKEN"}
|
18 |
payload = {"inputs": "path/to/your/image.jpg"}
|
19 |
|