Spaces:
Running
Running
selfitcamera
commited on
Commit
·
e1c92d4
1
Parent(s):
8738faf
init
Browse files
app.py
CHANGED
@@ -126,14 +126,14 @@ with gr.Blocks() as demo:
|
|
126 |
|
127 |
with gr.Row():
|
128 |
with gr.Column():
|
129 |
-
cloth_image = gr.Image(value=
|
130 |
example = gr.Examples(inputs=cloth_image,
|
131 |
-
examples_per_page=
|
132 |
examples=cloth_examples)
|
133 |
with gr.Column():
|
134 |
-
pose_image = gr.Image(value=
|
135 |
example_pose = gr.Examples(inputs=pose_image,
|
136 |
-
examples_per_page=
|
137 |
examples=pose_examples)
|
138 |
|
139 |
with gr.Column():
|
|
|
126 |
|
127 |
with gr.Row():
|
128 |
with gr.Column():
|
129 |
+
cloth_image = gr.Image(value=None, sources='clipboard', type="filepath", label="choose a outfit")
|
130 |
example = gr.Examples(inputs=cloth_image,
|
131 |
+
examples_per_page=18,
|
132 |
examples=cloth_examples)
|
133 |
with gr.Column():
|
134 |
+
pose_image = gr.Image(value=None, type="filepath", label="choose/upload a photo")
|
135 |
example_pose = gr.Examples(inputs=pose_image,
|
136 |
+
examples_per_page=18,
|
137 |
examples=pose_examples)
|
138 |
|
139 |
with gr.Column():
|