Skip to content

Commit

Permalink
Update streamlit_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
salmon-raye authored Jan 21, 2024
1 parent c5f03cc commit 35db690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
from image_loading import load_image, extract_text
from chatgpt_values import extract_values

ocr_model = PaddleOCR(use_angle_cls=True, lang='en')

test_attributes = {}

st.title('Explain my test results please!')
Expand Down

0 comments on commit 35db690

Please sign in to comment.