Spaces:
Running
Running
Update demo.py
Browse files
demo.py
CHANGED
@@ -109,12 +109,12 @@ with gr.Blocks() as demo:
|
|
109 |
with gr.Row():
|
110 |
with gr.Column():
|
111 |
compare_face_input1 = gr.Image(type='filepath')
|
112 |
-
gr.Examples(['face_examples/1.jpg', 'face_examples/3.jpg', 'face_examples/
|
113 |
inputs=compare_face_input1)
|
114 |
compare_face_button = gr.Button("Compare Face")
|
115 |
with gr.Column():
|
116 |
compare_face_input2 = gr.Image(type='filepath')
|
117 |
-
gr.Examples(['face_examples/2.jpg', 'face_examples/4.jpg', 'face_examples/
|
118 |
inputs=compare_face_input2)
|
119 |
with gr.Column():
|
120 |
compare_face_output = gr.Image(type="pil").style(height=150)
|
|
|
109 |
with gr.Row():
|
110 |
with gr.Column():
|
111 |
compare_face_input1 = gr.Image(type='filepath')
|
112 |
+
gr.Examples(['face_examples/1.jpg', 'face_examples/3.jpg', 'face_examples/7.jpg', 'face_examples/9.jpg'],
|
113 |
inputs=compare_face_input1)
|
114 |
compare_face_button = gr.Button("Compare Face")
|
115 |
with gr.Column():
|
116 |
compare_face_input2 = gr.Image(type='filepath')
|
117 |
+
gr.Examples(['face_examples/2.jpg', 'face_examples/4.jpg', 'face_examples/8.jpg', 'face_examples/10.jpg'],
|
118 |
inputs=compare_face_input2)
|
119 |
with gr.Column():
|
120 |
compare_face_output = gr.Image(type="pil").style(height=150)
|