Update app.py
Browse files
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.
|
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
|