Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -251,19 +251,19 @@ with image_blocks as demo:
|
|
251 |
with gr.Row(elem_id="topwear-prompt-container"):
|
252 |
with gr.Row():
|
253 |
topwear_desc = gr.Textbox(placeholder="Description of garment ex) Short Sleeve Round Neck T-shirts", show_label=False, elem_id="prompt")
|
254 |
-
example = gr.Examples(inputs=topwear_image, examples_per_page=8,examples=
|
255 |
with gr.Column():
|
256 |
bottomwear_image = gr.Image(label="Bottomwear", sources='upload', type="pil")
|
257 |
with gr.Row(elem_id="bottomwear-prompt-container"):
|
258 |
with gr.Row():
|
259 |
bottomwear_desc = gr.Textbox(placeholder="Description of garment ex) Short Sleeve Round Neck T-shirts", show_label=False, elem_id="prompt")
|
260 |
-
example = gr.Examples(inputs=bottomwear_image, examples_per_page=8, examples=
|
261 |
with gr.Column():
|
262 |
dress_image = gr.Image(label="Dress", sources='upload', type="pil")
|
263 |
with gr.Row(elem_id="dress-prompt-container"):
|
264 |
with gr.Row():
|
265 |
dress_desc = gr.Textbox(placeholder="Description of garment ex) Short Sleeve Round Neck T-shirts", show_label=False, elem_id="prompt")
|
266 |
-
example = gr.Examples(inputs=dress_image, examples_per_page=8, examples=
|
267 |
|
268 |
with gr.Column():
|
269 |
# image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|
|
|
251 |
with gr.Row(elem_id="topwear-prompt-container"):
|
252 |
with gr.Row():
|
253 |
topwear_desc = gr.Textbox(placeholder="Description of garment ex) Short Sleeve Round Neck T-shirts", show_label=False, elem_id="prompt")
|
254 |
+
example = gr.Examples(inputs=topwear_image, examples_per_page=8,examples=topwear_list_path)
|
255 |
with gr.Column():
|
256 |
bottomwear_image = gr.Image(label="Bottomwear", sources='upload', type="pil")
|
257 |
with gr.Row(elem_id="bottomwear-prompt-container"):
|
258 |
with gr.Row():
|
259 |
bottomwear_desc = gr.Textbox(placeholder="Description of garment ex) Short Sleeve Round Neck T-shirts", show_label=False, elem_id="prompt")
|
260 |
+
example = gr.Examples(inputs=bottomwear_image, examples_per_page=8, examples=bottomwear_list_path)
|
261 |
with gr.Column():
|
262 |
dress_image = gr.Image(label="Dress", sources='upload', type="pil")
|
263 |
with gr.Row(elem_id="dress-prompt-container"):
|
264 |
with gr.Row():
|
265 |
dress_desc = gr.Textbox(placeholder="Description of garment ex) Short Sleeve Round Neck T-shirts", show_label=False, elem_id="prompt")
|
266 |
+
example = gr.Examples(inputs=dress_image, examples_per_page=8, examples=dress_list_path)
|
267 |
|
268 |
with gr.Column():
|
269 |
# image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|