Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -293,7 +293,7 @@ with image_blocks as demo:
|
|
293 |
with gr.Row():
|
294 |
prompt = gr.Textbox(placeholder="Description of garment ex) Yellow Top", show_label=False, elem_id="prompt")
|
295 |
fetch_button = gr.Button("Fetch Products")
|
296 |
-
image_gallery = gr.Gallery(label="Fetched Images")
|
297 |
price_display = gr.Textbox(label="Price of Selected Image", interactive=False)
|
298 |
url_display = gr.Markdown()
|
299 |
with gr.Column():
|
|
|
293 |
with gr.Row():
|
294 |
prompt = gr.Textbox(placeholder="Description of garment ex) Yellow Top", show_label=False, elem_id="prompt")
|
295 |
fetch_button = gr.Button("Fetch Products")
|
296 |
+
image_gallery = gr.Gallery(label="Fetched Images")
|
297 |
price_display = gr.Textbox(label="Price of Selected Image", interactive=False)
|
298 |
url_display = gr.Markdown()
|
299 |
with gr.Column():
|