Turing311 commited on
Commit
f05a10e
1 Parent(s): ef3cc6d
Files changed (9) hide show
  1. app.py +2 -2
  2. examples/1.jpg +0 -0
  3. examples/2.jpg +0 -0
  4. examples/3.jpg +0 -0
  5. examples/4.jpg +0 -0
  6. examples/5.jpg +0 -0
  7. examples/6.jpg +0 -0
  8. examples/7.jpg +0 -0
  9. examples/8.jpg +0 -0
app.py CHANGED
@@ -104,12 +104,12 @@ with gr.Blocks(theme='aliabid94/new-theme') as demo:
104
  with gr.Row():
105
  with gr.Column():
106
  compare_face_input1 = gr.Image(label="Image1", type='filepath', height=480)
107
- gr.Examples(['examples/1.jpg', 'examples/2.jpg'],
108
  inputs=compare_face_input1)
109
  compare_face_button = gr.Button("Face Analysis & Verification", variant="primary")
110
  with gr.Column():
111
  compare_face_input2 = gr.Image(label="Image2", type='filepath', height=480)
112
- gr.Examples(['examples/3.jpg', 'examples/4.jpg'],
113
  inputs=compare_face_input2)
114
  with gr.Column():
115
  compare_face_output = gr.Gallery(label="Faces", height=250, columns=[2], rows=[1])
 
104
  with gr.Row():
105
  with gr.Column():
106
  compare_face_input1 = gr.Image(label="Image1", type='filepath', height=480)
107
+ gr.Examples(['examples/1.jpg', 'examples/2.jpg', 'examples/3.jpg', 'examples/4.jpg'],
108
  inputs=compare_face_input1)
109
  compare_face_button = gr.Button("Face Analysis & Verification", variant="primary")
110
  with gr.Column():
111
  compare_face_input2 = gr.Image(label="Image2", type='filepath', height=480)
112
+ gr.Examples(['examples/5.jpg', 'examples/6.jpg', 'examples/7.jpg', 'examples/8.jpg'],
113
  inputs=compare_face_input2)
114
  with gr.Column():
115
  compare_face_output = gr.Gallery(label="Faces", height=250, columns=[2], rows=[1])
examples/1.jpg CHANGED
examples/2.jpg CHANGED
examples/3.jpg CHANGED
examples/4.jpg CHANGED
examples/5.jpg ADDED
examples/6.jpg ADDED
examples/7.jpg ADDED
examples/8.jpg ADDED