jhonparra18 commited on
Commit
3f066f5
1 Parent(s): 08f01a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ with st.sidebar:
23
  f"<h1 style='text-align: center;'> Invoice|Receipt Summarizer using OpenCV+Tesseract+LLM</h1><br><br>",
24
  unsafe_allow_html=True
25
  )
26
- input_image = st.file_uploader(label='Receipt|Invoice Image',help="Upload an image",type=['jpg','png','jpeg'])
27
 
28
  if input_image is not None:
29
  save_uploaded_file(input_image)
 
23
  f"<h1 style='text-align: center;'> Invoice|Receipt Summarizer using OpenCV+Tesseract+LLM</h1><br><br>",
24
  unsafe_allow_html=True
25
  )
26
+ input_image = st.file_uploader(label='OCR+LLM Image summarizer',help="Upload an image",type=['jpg','png','jpeg'])
27
 
28
  if input_image is not None:
29
  save_uploaded_file(input_image)