Spaces:
Running
Running
update app.py
Browse files
app.py
CHANGED
@@ -127,17 +127,17 @@ with col2:
|
|
127 |
# === Sidebar Footer Description (ALWAYS VISIBLE) ===
|
128 |
st.sidebar.markdown("""
|
129 |
---
|
130 |
-
##
|
131 |
|
132 |
-
This app allows users to ask questions about images in **Swahili
|
133 |
|
134 |
-
|
135 |
-
1. π€ Upload an image
|
136 |
-
2. π¬ Type a question in Swahili
|
137 |
-
3. π© Click **Tuma**
|
138 |
-
4. π€ Get top 5 possible answers with confidence bars
|
139 |
|
140 |
-
|
141 |
-
|
142 |
-
|
|
|
|
|
|
|
|
|
143 |
""")
|
|
|
127 |
# === Sidebar Footer Description (ALWAYS VISIBLE) ===
|
128 |
st.sidebar.markdown("""
|
129 |
---
|
130 |
+
## Swahili VQA App
|
131 |
|
132 |
+
This app allows users to ask questions about images in **Swahili**. Powered by a multimodal AI model trained on visual and textual data.
|
133 |
|
134 |
+
## π How to Use
|
|
|
|
|
|
|
|
|
135 |
|
136 |
+
1. π€ Upload an image.
|
137 |
+
2. π¬ Type a question in Swahili.
|
138 |
+
3. π© Click **Tuma**.
|
139 |
+
4. π€ The model will predict top 5 possible answers with confidence score.
|
140 |
+
|
141 |
+
## π Note
|
142 |
+
π Designed for educational and research purposes
|
143 |
""")
|