shukdevdatta123 commited on
Commit
69728a4
·
verified ·
1 Parent(s): bfbe978

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ from io import BytesIO
17
  # Streamlit title
18
  st.title("Vehicle Information Extraction from Images")
19
 
20
- translateimg = PILImage.open("car.jpg") # Ensure the file is in the correct directory
21
  st.image(translateimg, use_container_width=True) # Adjust the size as per preference
22
 
23
  # Prompt user for OpenAI API key
 
17
  # Streamlit title
18
  st.title("Vehicle Information Extraction from Images")
19
 
20
+ translateimg = PILImage.open("car.JPG") # Ensure the file is in the correct directory
21
  st.image(translateimg, use_container_width=True) # Adjust the size as per preference
22
 
23
  # Prompt user for OpenAI API key