Spaces:
Build error
Build error
root commited on
Commit ·
ac09c29
1
Parent(s): ae633dd
minor changes
Browse files
app.py
CHANGED
|
@@ -61,6 +61,6 @@ if __name__ == "__main__":
|
|
| 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="
|
| 65 |
iface.launch()
|
| 66 |
|
|
|
|
| 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="Cheque Information Extraction Demo")
|
| 65 |
iface.launch()
|
| 66 |
|