Turing311 commited on
Commit
0acd41c
·
1 Parent(s): 629e59e
Files changed (5) 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
app.py CHANGED
@@ -94,12 +94,12 @@ with gr.Blocks() as demo:
94
  with gr.Row():
95
  with gr.Column():
96
  compare_face_input1 = gr.Image(type='filepath', height=480)
97
- gr.Examples(['gradio/examples/1.jpg', 'gradio/examples/2.jpg'],
98
  inputs=compare_face_input1)
99
  compare_face_button = gr.Button("Compare Face")
100
  with gr.Column():
101
  compare_face_input2 = gr.Image(type='filepath', height=480)
102
- gr.Examples(['gradio/examples/3.jpg', 'gradio/examples/4.jpg'],
103
  inputs=compare_face_input2)
104
  with gr.Column():
105
  compare_face_output = gr.Image(type="pil", height=150)
 
94
  with gr.Row():
95
  with gr.Column():
96
  compare_face_input1 = gr.Image(type='filepath', height=480)
97
+ gr.Examples(['examples/1.jpg', 'examples/2.jpg'],
98
  inputs=compare_face_input1)
99
  compare_face_button = gr.Button("Compare Face")
100
  with gr.Column():
101
  compare_face_input2 = gr.Image(type='filepath', height=480)
102
+ gr.Examples(['examples/3.jpg', 'examples/4.jpg'],
103
  inputs=compare_face_input2)
104
  with gr.Column():
105
  compare_face_output = gr.Image(type="pil", height=150)
examples/1.jpg ADDED
examples/2.jpg ADDED
examples/3.jpg ADDED
examples/4.jpg ADDED