Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -193,10 +193,8 @@ with gr.Blocks() as app:
|
|
193 |
details = gr.HTML("""""")
|
194 |
output = gr.HTML("""""")
|
195 |
with gr.Row():
|
196 |
-
|
197 |
-
|
198 |
-
with gr.Column(scale=3):
|
199 |
-
images = gr.HTML("""""")
|
200 |
with gr.Row() as im_row:
|
201 |
im_list = gr.Gallery()
|
202 |
link_list=gr.Textbox()
|
|
|
193 |
details = gr.HTML("""""")
|
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()
|