Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,15 +141,7 @@ if os.path.exists(banner_image_path):
|
|
| 141 |
else:
|
| 142 |
st.warning(f"Banner image '{banner_image_path}' not found.")
|
| 143 |
|
| 144 |
-
|
| 145 |
-
with st.sidebar:
|
| 146 |
-
st.title("Model Information")
|
| 147 |
-
st.write("**Image Classification Model:**")
|
| 148 |
-
st.write("Shresthadev403/food-image-classification")
|
| 149 |
-
st.write("**LLM for Ingredients:**")
|
| 150 |
-
st.write("Qwen/Qwen2.5-Coder-32B-Instruct")
|
| 151 |
-
st.markdown("---")
|
| 152 |
-
st.markdown("<p style='text-align: center;'>Developed by Muhammad Hassan Butt, Jagmeet Minhas and Colin Wong</p>", unsafe_allow_html=True)
|
| 153 |
# Refresh Button
|
| 154 |
if st.button("🔄 Refresh App"):
|
| 155 |
st.experimental_set_query_params()
|
|
|
|
| 141 |
else:
|
| 142 |
st.warning(f"Banner image '{banner_image_path}' not found.")
|
| 143 |
|
| 144 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 145 |
# Refresh Button
|
| 146 |
if st.button("🔄 Refresh App"):
|
| 147 |
st.experimental_set_query_params()
|