Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -197,7 +197,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 197 |
|
| 198 |
with gr.Row():
|
| 199 |
with gr.Column(scale=1):
|
| 200 |
-
image_input = gr.Image(type="pil", label="Upload Image", sources=["upload", "clipboard"])
|
| 201 |
submit_btn = gr.Button("Process Document", variant="primary")
|
| 202 |
|
| 203 |
examples = gr.Examples(
|
|
|
|
| 197 |
|
| 198 |
with gr.Row():
|
| 199 |
with gr.Column(scale=1):
|
| 200 |
+
image_input = gr.Image(type="pil", label="Upload Image", sources=["upload", "clipboard"], height=400)
|
| 201 |
submit_btn = gr.Button("Process Document", variant="primary")
|
| 202 |
|
| 203 |
examples = gr.Examples(
|