simonschoe commited on
Commit
e563118
1 Parent(s): 7d259e7

update api reference

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ import requests
44
  API_TOKEN = <TOKEN>
45
 
46
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
47
- API_URL = "https://api-inference.huggingface.co/models/call2vec"
48
 
49
  def query(payload):
50
  data = json.dumps(payload)
 
44
  API_TOKEN = <TOKEN>
45
 
46
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
47
+ API_URL = "https://api-inference.huggingface.co/models/simonschoe/call2vec"
48
 
49
  def query(payload):
50
  data = json.dumps(payload)