sahilbargotra commited on
Commit
de1c151
·
verified ·
1 Parent(s): 8db24db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  import glob
3
  import gradio as gr
4
- #from predict_cheque_parser import parse_cheque_with_donut
5
 
6
  ##Create list of examples to be loaded
7
  example_list = glob.glob("examples/cheque_parser/*")
 
1
  import os
2
  import glob
3
  import gradio as gr
4
+ from predict_cheque_parser import parse_cheque_with_donut
5
 
6
  ##Create list of examples to be loaded
7
  example_list = glob.glob("examples/cheque_parser/*")