Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
import glob
|
| 3 |
import gradio as gr
|
| 4 |
-
|
| 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/*")
|