Spaces:
Runtime error
Runtime error
Update Gradio UI labels
Browse files
app.py
CHANGED
|
@@ -256,10 +256,10 @@ fake_PDF_examples = get_PDF_examples(pdf_examples_dir)
|
|
| 256 |
|
| 257 |
remittance_letter_demo_without_verification_from_PDF = gr.Interface(
|
| 258 |
poc_production_pipeline_without_verification_from_PDF,
|
| 259 |
-
[PDF(label="Remittance
|
| 260 |
[
|
| 261 |
-
gr.Dataframe(col_count=(1, 'fixed'), label="", headers=["
|
| 262 |
-
gr.Dataframe(col_count=(1, 'fixed'), label="", headers=["
|
| 263 |
],
|
| 264 |
examples=fake_PDF_examples,
|
| 265 |
allow_flagging='never'
|
|
|
|
| 256 |
|
| 257 |
remittance_letter_demo_without_verification_from_PDF = gr.Interface(
|
| 258 |
poc_production_pipeline_without_verification_from_PDF,
|
| 259 |
+
[PDF(label="Remittance advice", height=1000)],
|
| 260 |
[
|
| 261 |
+
gr.Dataframe(col_count=(1, 'fixed'), label="", headers=["Retrieved invoice proposals"], wrap=True),
|
| 262 |
+
gr.Dataframe(col_count=(1, 'fixed'), label="", headers=["Retrieved total amount proposals"], wrap=True)
|
| 263 |
],
|
| 264 |
examples=fake_PDF_examples,
|
| 265 |
allow_flagging='never'
|