Spaces:
Running
on
Zero
Running
on
Zero
app.py
CHANGED
@@ -57,7 +57,7 @@ demo = gr.Interface(
|
|
57 |
fn=find_similar_faces,
|
58 |
inputs=gr.Image(label="📤 Sube una imagen", type="pil"),
|
59 |
outputs=[
|
60 |
-
gr.Gallery(label="📸 Rostros más similares")
|
61 |
gr.Textbox(label="🧠 Similitud", lines=6)
|
62 |
],
|
63 |
title="🔍 Buscador de Rostros con DeepFace",
|
@@ -65,3 +65,5 @@ demo = gr.Interface(
|
|
65 |
)
|
66 |
|
67 |
demo.launch()
|
|
|
|
|
|
57 |
fn=find_similar_faces,
|
58 |
inputs=gr.Image(label="📤 Sube una imagen", type="pil"),
|
59 |
outputs=[
|
60 |
+
gr.Gallery(label="📸 Rostros más similares"),
|
61 |
gr.Textbox(label="🧠 Similitud", lines=6)
|
62 |
],
|
63 |
title="🔍 Buscador de Rostros con DeepFace",
|
|
|
65 |
)
|
66 |
|
67 |
demo.launch()
|
68 |
+
|
69 |
+
|