AkinyemiAra commited on
Commit
11ad8ab
·
verified ·
1 Parent(s): f1f6f27

Update app_hf.py

Browse files
Files changed (1) hide show
  1. app_hf.py +1 -5
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