Update app.py
Browse files
app.py
CHANGED
@@ -469,7 +469,7 @@ with gr.Blocks(css=css) as demo:
|
|
469 |
with gr.Row():
|
470 |
with gr.Column(scale=1):
|
471 |
face_input = gr.Image(label="Image", type='filepath', elem_classes="example-image")
|
472 |
-
gr.Examples(['examples/att_1.jpg', 'examples/att_2.jpg', 'examples/att_3.jpg', 'examples/att_4.jpg', 'examples/att_5.jpg', 'examples/att_6.jpg', 'examples/att_7.jpg'
|
473 |
inputs=face_input)
|
474 |
|
475 |
with gr.Blocks():
|
|
|
469 |
with gr.Row():
|
470 |
with gr.Column(scale=1):
|
471 |
face_input = gr.Image(label="Image", type='filepath', elem_classes="example-image")
|
472 |
+
gr.Examples(['examples/att_1.jpg', 'examples/att_2.jpg', 'examples/att_3.jpg', 'examples/att_4.jpg', 'examples/att_5.jpg', 'examples/att_6.jpg', 'examples/att_7.jpg'],
|
473 |
inputs=face_input)
|
474 |
|
475 |
with gr.Blocks():
|