Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks() as demo:
|
|
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
|
131 |
)
|
132 |
|
133 |
with gr.Row():
|
|
|
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 one class!"
|
131 |
)
|
132 |
|
133 |
with gr.Row():
|