pelinbalci commited on
Commit
e1b0e11
1 Parent(s): 4feea8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ st.title("Get text from image with EasyOCR")
14
  st.markdown("## EasyOCRR with Streamlit")
15
 
16
  # upload image file
17
- image = st.file_uploader(label = "Upload your image", type=['png', 'jpg', 'jpeg'])
18
 
19
  #read the csv file and display the dataframe
20
  if file is not None:
 
14
  st.markdown("## EasyOCRR with Streamlit")
15
 
16
  # upload image file
17
+ file = st.file_uploader(label = "Upload your image", type=['png', 'jpg', 'jpeg'])
18
 
19
  #read the csv file and display the dataframe
20
  if file is not None: