root commited on
Commit
e9c51d2
·
1 Parent(s): 290c8dc

minor changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
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