Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ This model can be accessed via the Hugging Face API or directly integrated into
|
|
34 |
```python
|
35 |
import requests
|
36 |
|
37 |
-
API_URL = "https://api-inference.huggingface.co/models
|
38 |
headers = {"Authorization": "Bearer <your-api-key>"}
|
39 |
|
40 |
def query(payload):
|
|
|
34 |
```python
|
35 |
import requests
|
36 |
|
37 |
+
API_URL = "https://api-inference.huggingface.co/models/zamal/gemma-7b-finetuned"
|
38 |
headers = {"Authorization": "Bearer <your-api-key>"}
|
39 |
|
40 |
def query(payload):
|