HassanDataSci commited on
Commit
881c292
·
verified ·
1 Parent(s): f3a23c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("https://upload.wikimedia.org/wikipedia/commons/6/69/Classification_example_image.png",
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