Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
|
|
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()
|