zamal commited on
Commit
eb25c17
1 Parent(s): ee47fae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/<your-username>/<model-name>"
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):