Spaces:
Build error
Build error
root
commited on
Commit
•
ae633dd
1
Parent(s):
d882a04
minor changes
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ if __name__ == "__main__":
|
|
60 |
inputs=[gr.inputs.Image(type='filepath', label='Input')],
|
61 |
outputs = [gr.outputs.Textbox(type='text', label='IFSC code'),
|
62 |
gr.outputs.Textbox(type='text', label='Account Number'),
|
63 |
-
gr.outputs.Textbox(type='text', label='
|
64 |
title="Check information extraction demo")
|
65 |
iface.launch()
|
66 |
|
|
|
60 |
inputs=[gr.inputs.Image(type='filepath', label='Input')],
|
61 |
outputs = [gr.outputs.Textbox(type='text', label='IFSC code'),
|
62 |
gr.outputs.Textbox(type='text', label='Account Number'),
|
63 |
+
gr.outputs.Textbox(type='text', label='Signatory Name')],
|
64 |
title="Check information extraction demo")
|
65 |
iface.launch()
|
66 |
|