Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,4 +60,4 @@ with demo:
|
|
60 |
parse_cheque.click(parse_cheque_with_donut, inputs=input_image_parse, outputs=[payee_name,amt_in_words,amt_in_figures,bank_name,cheque_date,amts_matching,stale_check])
|
61 |
|
62 |
|
63 |
-
demo.launch(
|
|
|
60 |
parse_cheque.click(parse_cheque_with_donut, inputs=input_image_parse, outputs=[payee_name,amt_in_words,amt_in_figures,bank_name,cheque_date,amts_matching,stale_check])
|
61 |
|
62 |
|
63 |
+
demo.launch()
|