Update app.py
Browse files
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(
|
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])
|