Ashish Soni
commited on
Commit
·
a693c8e
1
Parent(s):
dc49820
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def predict(image, descriptions):
|
|
24 |
|
25 |
# Streamlit app
|
26 |
def main():
|
27 |
-
st.title("Image understanding model
|
28 |
|
29 |
# Instructions for the user
|
30 |
st.markdown("---")
|
|
|
24 |
|
25 |
# Streamlit app
|
26 |
def main():
|
27 |
+
st.title("Image understanding model")
|
28 |
|
29 |
# Instructions for the user
|
30 |
st.markdown("---")
|