Spaces:
Paused
Paused
update readme
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from mistral_common.protocol.instruct.request import ChatCompletionRequest
|
|
12 |
from mistral_common.tokens.tokenizers.mistral import MistralTokenizer
|
13 |
import spaces
|
14 |
|
15 |
-
title = "#
|
16 |
description = """
|
17 |
Upload two images to compare their similarity based on the embeddings produced by the Pixtral model.
|
18 |
This demo uses the vision encoder part of the Pixtral model to generate embeddings and then calculates
|
|
|
12 |
from mistral_common.tokens.tokenizers.mistral import MistralTokenizer
|
13 |
import spaces
|
14 |
|
15 |
+
title = "# **WIP / DEMO** 🙋🏻♂️Welcome to Tonic's Pixtral Image-Similarity Model Demo"
|
16 |
description = """
|
17 |
Upload two images to compare their similarity based on the embeddings produced by the Pixtral model.
|
18 |
This demo uses the vision encoder part of the Pixtral model to generate embeddings and then calculates
|