justin2341 commited on
Commit
09e3cf6
·
verified ·
1 Parent(s): b791bf5

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +2 -2
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/5.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/6.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)
 
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)