Spaces:
Build error
Build error
Update app.py
Browse files
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)
|