Spaces:
Runtime error
Runtime error
faceplugin
commited on
Commit
•
f61c0c0
1
Parent(s):
947d84d
change static images
Browse files- app.py +2 -2
- images/rec_7.jpg +3 -0
- images/rec_8.jpg +3 -0
app.py
CHANGED
@@ -80,12 +80,12 @@ with gr.Blocks() as demo:
|
|
80 |
with gr.Row():
|
81 |
with gr.Column():
|
82 |
first_input = gr.Image(type='filepath')
|
83 |
-
gr.Examples(['images/
|
84 |
inputs=first_input)
|
85 |
start_button = gr.Button("Run")
|
86 |
with gr.Column():
|
87 |
second_input = gr.Image(type='filepath')
|
88 |
-
gr.Examples(['images/
|
89 |
inputs=second_input)
|
90 |
|
91 |
with gr.Column():
|
|
|
80 |
with gr.Row():
|
81 |
with gr.Column():
|
82 |
first_input = gr.Image(type='filepath')
|
83 |
+
gr.Examples(['images/rec_7.jpg', 'images/rec_1.jpg', 'images/9.png', 'images/rec_3.jpg'],
|
84 |
inputs=first_input)
|
85 |
start_button = gr.Button("Run")
|
86 |
with gr.Column():
|
87 |
second_input = gr.Image(type='filepath')
|
88 |
+
gr.Examples(['images/rec_8.jpg', 'images/rec_2.jpg', 'images/10.jpg', 'images/rec_4.jpg'],
|
89 |
inputs=second_input)
|
90 |
|
91 |
with gr.Column():
|
images/rec_7.jpg
ADDED
Git LFS Details
|
images/rec_8.jpg
ADDED
Git LFS Details
|