Spaces:
Build error
Build error
root commited on
Commit ·
e9c51d2
1
Parent(s): 290c8dc
minor changes
Browse files
app.py
CHANGED
|
@@ -57,5 +57,5 @@ if __name__ == "__main__":
|
|
| 57 |
gr.outputs.Textbox(type='text', label='Account Number'),
|
| 58 |
gr.outputs.Textbox(type='text', label='Beneficiary Name')],
|
| 59 |
title="Check information extraction demo")
|
| 60 |
-
iface.launch(
|
| 61 |
|
|
|
|
| 57 |
gr.outputs.Textbox(type='text', label='Account Number'),
|
| 58 |
gr.outputs.Textbox(type='text', label='Beneficiary Name')],
|
| 59 |
title="Check information extraction demo")
|
| 60 |
+
iface.launch()
|
| 61 |
|