realambuj commited on
Commit
6e27146
·
1 Parent(s): 162df1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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')