Update app.py
Browse files
app.py
CHANGED
|
@@ -174,7 +174,7 @@ iface = gr.Interface(
|
|
| 174 |
fn=gradio_extraction,
|
| 175 |
inputs = gr.File(file_types=[".pdf", ".jpg", ".jpeg", ".png", ".bmp", ".txt"], file_count="multiple"),
|
| 176 |
outputs=[
|
| 177 |
-
gr.Textbox(label="Extracted JSON",lines=
|
| 178 |
gr.File(label="Download JSON")
|
| 179 |
],
|
| 180 |
title="Shipping Document Text Extractor",
|
|
|
|
| 174 |
fn=gradio_extraction,
|
| 175 |
inputs = gr.File(file_types=[".pdf", ".jpg", ".jpeg", ".png", ".bmp", ".txt"], file_count="multiple"),
|
| 176 |
outputs=[
|
| 177 |
+
gr.Textbox(label="Extracted JSON",lines=15, max_lines=30),
|
| 178 |
gr.File(label="Download JSON")
|
| 179 |
],
|
| 180 |
title="Shipping Document Text Extractor",
|