Omnibus commited on
Commit
92bb9bf
·
1 Parent(s): 09b1f34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ with gr.Blocks() as app:
194
  output = gr.HTML("""""")
195
  with gr.Row():
196
  inp_im=gr.Textbox(scale=1, label="Drag Image Here")
197
- images = gr.HTML("""""",scale=4)
198
  with gr.Row() as im_row:
199
  im_list = gr.Gallery()
200
  link_list=gr.Textbox()
 
194
  output = gr.HTML("""""")
195
  with gr.Row():
196
  inp_im=gr.Textbox(scale=1, label="Drag Image Here")
197
+ images = gr.HTML("""""")
198
  with gr.Row() as im_row:
199
  im_list = gr.Gallery()
200
  link_list=gr.Textbox()