Spaces:
Running
Running
Update app_hf.py
Browse files
app_hf.py
CHANGED
@@ -94,11 +94,7 @@ app = gr.Interface(
|
|
94 |
],
|
95 |
title="Nomic Vision Embedding Model (nomic-ai/nomic-embed-vision-v1.5)",
|
96 |
description="Upload an image to generate embeddings using the Nomic Vision model.",
|
97 |
-
allow_flagging="never"
|
98 |
-
examples=[
|
99 |
-
["nomic/examples/example1.jpg"],
|
100 |
-
["nomic/examples/example2.jpg"]
|
101 |
-
]
|
102 |
)
|
103 |
|
104 |
# Launch the app
|
|
|
94 |
],
|
95 |
title="Nomic Vision Embedding Model (nomic-ai/nomic-embed-vision-v1.5)",
|
96 |
description="Upload an image to generate embeddings using the Nomic Vision model.",
|
97 |
+
allow_flagging="never"
|
|
|
|
|
|
|
|
|
98 |
)
|
99 |
|
100 |
# Launch the app
|