qingshan777 commited on
Commit
626e0aa
·
verified ·
1 Parent(s): 6d665cb

Update app.py

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