to-be commited on
Commit
683e588
1 Parent(s): 6bfb3e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,width=500)
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,min_height=800)
78
  with gr.Column():
79
  out = gr.JSON(label='Extracted information:')
80
  btn = gr.Button("Extract")