to-be commited on
Commit
47a338b
·
1 Parent(s): 583de77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks() as demo:
72
  gr.Markdown(title)
73
  gr.Markdown(description)
74
 
75
- inp = gr.Image(type=pil,label='Upload invoice here:').style(height=800)
76
  with gr.Row().style():
77
  with gr.Column(scale=1):
78
  gr.Examples([["example.jpg"], ["example_2.jpg"], ["example_3.jpg"]], inputs=[inp])
 
72
  gr.Markdown(title)
73
  gr.Markdown(description)
74
 
75
+ inp = gr.Image(label='Upload invoice here:').style(height=400)
76
  with gr.Row().style():
77
  with gr.Column(scale=1):
78
  gr.Examples([["example.jpg"], ["example_2.jpg"], ["example_3.jpg"]], inputs=[inp])