Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ with gr.Blocks() as app:
|
|
193 |
details = gr.HTML("""""")
|
194 |
output = gr.HTML("""""")
|
195 |
with gr.Row():
|
196 |
-
with gr.Column(
|
197 |
inp_im=gr.Image(label="Drag Image Here")
|
198 |
images = gr.HTML("""""")
|
199 |
with gr.Row() as im_row:
|
|
|
193 |
details = gr.HTML("""""")
|
194 |
output = gr.HTML("""""")
|
195 |
with gr.Row():
|
196 |
+
with gr.Column(width="10%"):
|
197 |
inp_im=gr.Image(label="Drag Image Here")
|
198 |
images = gr.HTML("""""")
|
199 |
with gr.Row() as im_row:
|