cmahima commited on
Commit
a338dc1
1 Parent(s): 1035848
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -297,7 +297,7 @@ with image_blocks as demo:
297
  with gr.Column():
298
  prompt = gr.Textbox(placeholder="Description of garment ex) Yellow Top", show_label=False, elem_id="prompt")
299
  fetch_button = gr.Button("Fetch Products")
300
- garm_img = gr.Image(abel="Garment", sources='upload', type="pil")
301
 
302
  image_gallery = gr.Gallery(label="Fetched Images", columns=4,allow_preview=False)
303
  price_display = gr.Textbox(label="Price of Selected Image", interactive=False)
 
297
  with gr.Column():
298
  prompt = gr.Textbox(placeholder="Description of garment ex) Yellow Top", show_label=False, elem_id="prompt")
299
  fetch_button = gr.Button("Fetch Products")
300
+ garm_img = gr.Image(label="Garment", sources='upload', type="pil")
301
 
302
  image_gallery = gr.Gallery(label="Fetched Images", columns=4,allow_preview=False)
303
  price_display = gr.Textbox(label="Price of Selected Image", interactive=False)