Spaces:
Runtime error
Runtime error
Update
Browse files- gradio/demo.py +2 -2
gradio/demo.py
CHANGED
@@ -115,11 +115,11 @@ with gr.Blocks() as demo:
|
|
115 |
with gr.Row():
|
116 |
with gr.Column():
|
117 |
compare_face_input1 = gr.Image(type='filepath')
|
118 |
-
gr.Examples(['examples/1.jpg', 'examples/
|
119 |
inputs=compare_face_input1)
|
120 |
|
121 |
compare_face_input2 = gr.Image(type='filepath')
|
122 |
-
gr.Examples(['examples/
|
123 |
inputs=compare_face_input2)
|
124 |
|
125 |
compare_face_button = gr.Button("Compare Face")
|
|
|
115 |
with gr.Row():
|
116 |
with gr.Column():
|
117 |
compare_face_input1 = gr.Image(type='filepath')
|
118 |
+
gr.Examples(['gradio/examples/1.jpg', 'gradio/examples/2.jpg'],
|
119 |
inputs=compare_face_input1)
|
120 |
|
121 |
compare_face_input2 = gr.Image(type='filepath')
|
122 |
+
gr.Examples(['gradio/examples/3.jpg', 'gradio/examples/4.jpg'],
|
123 |
inputs=compare_face_input2)
|
124 |
|
125 |
compare_face_button = gr.Button("Compare Face")
|