Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ st.title("Food Image Recognition Model")
|
|
29 |
st.write("Upload an image to classify the type of food and get its ingredients!")
|
30 |
|
31 |
# Display a sample image showing the concept of image recognition
|
32 |
-
st.image("
|
33 |
caption="Example of an Image Recognition Model", use_column_width=True)
|
34 |
|
35 |
# Select OpenAI model
|
|
|
29 |
st.write("Upload an image to classify the type of food and get its ingredients!")
|
30 |
|
31 |
# Display a sample image showing the concept of image recognition
|
32 |
+
st.image("/Users/hassanbutt/Desktop/Screenshot 2024-11-19 at 8.04.00 PM.png",
|
33 |
caption="Example of an Image Recognition Model", use_column_width=True)
|
34 |
|
35 |
# Select OpenAI model
|