Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ import joblib
|
|
6 |
|
7 |
with st.sidebar:
|
8 |
st.subheader('Image Classifier using ResNet50')
|
9 |
-
st.divider()
|
10 |
st.write('This is a image classification app using ResNet50. It is a state of the art model for image classification. It is a pretrained model which is trained on a large dataset of images. It can be used for classifying any image. It is a very powerful model and is very fast. It is also very accurate.')
|
11 |
image = Image.open('resnet_architecture.png')
|
12 |
st.image(image, caption='Bert Model')
|
|
|
6 |
|
7 |
with st.sidebar:
|
8 |
st.subheader('Image Classifier using ResNet50')
|
|
|
9 |
st.write('This is a image classification app using ResNet50. It is a state of the art model for image classification. It is a pretrained model which is trained on a large dataset of images. It can be used for classifying any image. It is a very powerful model and is very fast. It is also very accurate.')
|
10 |
image = Image.open('resnet_architecture.png')
|
11 |
st.image(image, caption='Bert Model')
|