HassanDataSci commited on
Commit
37222e0
·
verified ·
1 Parent(s): 800f4d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,8 +35,8 @@ def get_ingredients_qwen(food_name, tokenizer, model):
35
  # Streamlit app
36
  st.title("Food Image Recognition with Ingredients")
37
 
38
- # Add the provided image as a banner
39
- st.image("CTP_Project/IR_IMAGE", caption="Food Recognition Model", use_column_width=True)
40
 
41
  # Sidebar for model information
42
  st.sidebar.title("Model Information")
 
35
  # Streamlit app
36
  st.title("Food Image Recognition with Ingredients")
37
 
38
+ # # Add the provided image as a banner
39
+ # st.image("CTP_Project/IR_IMAGE", caption="Food Recognition Model", use_column_width=True)
40
 
41
  # Sidebar for model information
42
  st.sidebar.title("Model Information")