Omnibus commited on
Commit
4c92e16
·
1 Parent(s): 59ff632

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -193,7 +193,8 @@ with gr.Blocks() as app:
193
  details = gr.HTML("""""")
194
  output = gr.HTML("""""")
195
  with gr.Row():
196
- inp_im=gr.Image(label="Drag Image Here", style="width:10%")
 
197
  images = gr.HTML("""""")
198
  with gr.Row() as im_row:
199
  im_list = gr.Gallery()
 
193
  details = gr.HTML("""""")
194
  output = gr.HTML("""""")
195
  with gr.Row():
196
+ with gr.Column(style="width:10%"):
197
+ inp_im=gr.Image(label="Drag Image Here")
198
  images = gr.HTML("""""")
199
  with gr.Row() as im_row:
200
  im_list = gr.Gallery()