Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -123,8 +123,13 @@ def infer(image, candidate_labels):
|
|
123 |
with gr.Blocks() as demo:
|
124 |
gr.Markdown("# FG-CLIP Retrieval")
|
125 |
gr.Markdown(
|
|
|
126 |
"This app uses the FG-CLIP model (qihoo360/fg-clip-base) for retrieval on CPU :"
|
127 |
)
|
|
|
|
|
|
|
|
|
128 |
with gr.Row():
|
129 |
with gr.Column():
|
130 |
image_input = gr.Image(type="pil")
|
|
|
123 |
with gr.Blocks() as demo:
|
124 |
gr.Markdown("# FG-CLIP Retrieval")
|
125 |
gr.Markdown(
|
126 |
+
|
127 |
"This app uses the FG-CLIP model (qihoo360/fg-clip-base) for retrieval on CPU :"
|
128 |
)
|
129 |
+
gr.Markdown(
|
130 |
+
"(Run Densefeature) only support only one class!"
|
131 |
+
)
|
132 |
+
|
133 |
with gr.Row():
|
134 |
with gr.Column():
|
135 |
image_input = gr.Image(type="pil")
|