Tonic commited on
Commit
9091532
·
unverified ·
1 Parent(s): 218fafd

update readme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "# 🖼️ Pixtral Image Similarity 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
 
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