Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
3 |
---
|
4 |
# Fork of [jinaai/jina-clip-v1](https://huggingface.co/jinaai/jina-clip-v1) for a `multimodal-multilanguage-embedding` Inference endpoint.
|
5 |
|
6 |
-
This repository implements a `custom` task for `multimodal-multilanguage-embedding` for 🤗 Inference Endpoints. The code for the customized handler is in the [handler.py]().
|
7 |
|
8 |
To use deploy this model a an Inference Endpoint you have to select `Custom` as task to use the `handler.py` file.
|
9 |
|
|
|
3 |
---
|
4 |
# Fork of [jinaai/jina-clip-v1](https://huggingface.co/jinaai/jina-clip-v1) for a `multimodal-multilanguage-embedding` Inference endpoint.
|
5 |
|
6 |
+
This repository implements a `custom` task for `multimodal-multilanguage-embedding` for 🤗 Inference Endpoints. The code for the customized handler is in the [handler.py](https://huggingface.co/Blueway/Inference-endpoint-for-jina-clip-v1/blob/main/handler.py).
|
7 |
|
8 |
To use deploy this model a an Inference Endpoint you have to select `Custom` as task to use the `handler.py` file.
|
9 |
|