Hawk3388 commited on
Commit
040ae6c
·
verified ·
1 Parent(s): cc8e4e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -755,7 +755,7 @@ with gr.Blocks() as demo:
755
  # Face Search Tool Demo
756
  <div style='margin-bottom: 1em;'>
757
  <b>Upload a photo to find similar faces on the web (Bing/TinEye + Face Recognition).</b><br>
758
- The top 10 results will be shown as a gallery with links.
759
  </div>
760
  """)
761
  image_input = gr.Image(type="pil", label="Upload an image", show_label=True)
 
755
  # Face Search Tool Demo
756
  <div style='margin-bottom: 1em;'>
757
  <b>Upload a photo to find similar faces on the web (Bing/TinEye + Face Recognition).</b><br>
758
+ The top 10 results will be shown as a gallery with links. This might take a minute.
759
  </div>
760
  """)
761
  image_input = gr.Image(type="pil", label="Upload an image", show_label=True)