Update donut_inference.py
Browse files- donut_inference.py +1 -0
donut_inference.py
CHANGED
|
@@ -4,6 +4,7 @@ from transformers import DonutProcessor, VisionEncoderDecoderModel
|
|
| 4 |
import streamlit as st
|
| 5 |
from dotenv import load_dotenv
|
| 6 |
import os
|
|
|
|
| 7 |
load_dotenv()
|
| 8 |
# image_path = '/app/Datasplit/test/1099_Div/filled_form_43.jpg'
|
| 9 |
# image = Image.open(image_path)
|
|
|
|
| 4 |
import streamlit as st
|
| 5 |
from dotenv import load_dotenv
|
| 6 |
import os
|
| 7 |
+
import time
|
| 8 |
load_dotenv()
|
| 9 |
# image_path = '/app/Datasplit/test/1099_Div/filled_form_43.jpg'
|
| 10 |
# image = Image.open(image_path)
|