SameerR007
commited on
Commit
·
994ba2a
1
Parent(s):
8f60579
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import tensorflow as tf
|
|
2 |
model=tf.keras.models.load_model('model.h5')
|
3 |
import streamlit as st
|
4 |
st.header("Wonderful Wonders Classification")
|
5 |
-
st.markdown("This model takes in the input
|
6 |
categories=['Roman Colosseum',
|
7 |
'Stonehenge',
|
8 |
'Machu Pichu',
|
|
|
2 |
model=tf.keras.models.load_model('model.h5')
|
3 |
import streamlit as st
|
4 |
st.header("Wonderful Wonders Classification")
|
5 |
+
st.markdown("This model takes in the image input of any wonder of the world and tries to classify it.")
|
6 |
categories=['Roman Colosseum',
|
7 |
'Stonehenge',
|
8 |
'Machu Pichu',
|