Ayesha-Majeed commited on
Commit
e2f5d23
·
verified ·
1 Parent(s): ee52ae9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=25, max_lines=50),
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",