Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,6 @@ def xform_image_description(img, inst):
|
|
99 |
|
100 |
with gr.Blocks() as demo:
|
101 |
with gr.Row(visible=True):
|
102 |
-
with gr.Column():
|
103 |
with gr.Row():
|
104 |
img = gr.Image(label="images", type='pil')
|
105 |
with gr.Row():
|
|
|
99 |
|
100 |
with gr.Blocks() as demo:
|
101 |
with gr.Row(visible=True):
|
|
|
102 |
with gr.Row():
|
103 |
img = gr.Image(label="images", type='pil')
|
104 |
with gr.Row():
|