Spaces:
Running
Running
update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ with col2:
|
|
124 |
#st.info("")
|
125 |
|
126 |
# === Sidebar Footer Description ===
|
127 |
-
st.sidebar.markdown("""
|
128 |
---
|
129 |
## Swahili VQA App
|
130 |
|
@@ -135,7 +135,7 @@ This app allows users to ask questions about images in **Swahili**. Powered by a
|
|
135 |
1. π€ Upload an image.
|
136 |
2. π¬ Type a question in Swahili.
|
137 |
3. π© Click **Tuma**.
|
138 |
-
4. π€ The model will
|
139 |
|
140 |
## π Note
|
141 |
π Designed for educational and research purposes
|
|
|
124 |
#st.info("")
|
125 |
|
126 |
# === Sidebar Footer Description ===
|
127 |
+
st.sidebar.markdown("""
|
128 |
---
|
129 |
## Swahili VQA App
|
130 |
|
|
|
135 |
1. π€ Upload an image.
|
136 |
2. π¬ Type a question in Swahili.
|
137 |
3. π© Click **Tuma**.
|
138 |
+
4. π€ The model will predict the top 5 possible answers with confidence score.
|
139 |
|
140 |
## π Note
|
141 |
π Designed for educational and research purposes
|