Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,10 +118,6 @@ app = gr.Interface(
|
|
| 118 |
],
|
| 119 |
title="Nomic Vision Embedding Model (nomic-ai/nomic-embed-vision-v1.5)",
|
| 120 |
description="Upload an image to generate embeddings using the Nomic Vision model.",
|
| 121 |
-
examples=[
|
| 122 |
-
["nomic/examples/example1.jpg"],
|
| 123 |
-
["nomic/examples/example2.jpg"]
|
| 124 |
-
],
|
| 125 |
allow_flagging="never"
|
| 126 |
)
|
| 127 |
|
|
|
|
| 118 |
],
|
| 119 |
title="Nomic Vision Embedding Model (nomic-ai/nomic-embed-vision-v1.5)",
|
| 120 |
description="Upload an image to generate embeddings using the Nomic Vision model.",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
allow_flagging="never"
|
| 122 |
)
|
| 123 |
|