Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ import json
|
|
29 |
from typing import List
|
30 |
import requests as r
|
31 |
import base64
|
32 |
-
ENDPOINT_URL = ""
|
33 |
HF_TOKEN = ""
|
34 |
def predict(path_to_image: str = None):
|
35 |
with open(path_to_image, "rb") as i:
|
|
|
29 |
from typing import List
|
30 |
import requests as r
|
31 |
import base64
|
32 |
+
ENDPOINT_URL = "https://api-inference.huggingface.co/models/radames/blip_image_embeddings"
|
33 |
HF_TOKEN = ""
|
34 |
def predict(path_to_image: str = None):
|
35 |
with open(path_to_image, "rb") as i:
|