Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks() as demo:
|
|
74 |
|
75 |
with gr.Row():
|
76 |
with gr.Column(scale=3):
|
77 |
-
inp = gr.Image(label='Upload invoice here:').style(full_width=True,height=800)
|
78 |
with gr.Column():
|
79 |
out = gr.JSON(label='Extracted information:')
|
80 |
btn = gr.Button("Extract")
|
|
|
74 |
|
75 |
with gr.Row():
|
76 |
with gr.Column(scale=3):
|
77 |
+
inp = gr.Image(label='Upload invoice here:').style(full_width=True,height=800,width=500)
|
78 |
with gr.Column():
|
79 |
out = gr.JSON(label='Extracted information:')
|
80 |
btn = gr.Button("Extract")
|