Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|