Pash1986 commited on
Commit
d9ca247
1 Parent(s): e9f22c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks() as demo:
122
  gr.Interface(fn=start_image_search,
123
  inputs=[gr.Image(type="pil", label="Upload an image"), gr.Textbox(label="Enter an adjustment to the image")],
124
  outputs=[gr.Gallery(label="Located images for AI-generated descriptions", show_label=False, elem_id="gallery",
125
- columns=[3], rows=[1], object_fit="contain", height="auto"),gr.TextBox(label="AI Based vision description")]
126
  )
127
 
128
  demo.launch()
 
122
  gr.Interface(fn=start_image_search,
123
  inputs=[gr.Image(type="pil", label="Upload an image"), gr.Textbox(label="Enter an adjustment to the image")],
124
  outputs=[gr.Gallery(label="Located images for AI-generated descriptions", show_label=False, elem_id="gallery",
125
+ columns=[3], rows=[1], object_fit="contain", height="auto"),gr.Textbox(label="AI Based vision description")]
126
  )
127
 
128
  demo.launch()