drmurataltun commited on
Commit
eeaafb5
·
verified ·
1 Parent(s): 12fab2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def process_image(img):
13
  img=img/255.0
14
  img=np.expand_dims(img,axis=0)
15
  return img
16
- st.title('Meyve Sebze Sınıflandırma:fruit:')
17
  st.write('Resim sec ve model tahmin etsin')
18
  file=st.file_uploader('Bir resim seç', type= ['jpg','jpeg','png'])
19
  class_names=['elma', 'muz', 'pancar', 'dolmalık biber', 'lahana', 'kapya biber',
 
13
  img=img/255.0
14
  img=np.expand_dims(img,axis=0)
15
  return img
16
+ st.title('Meyve Sebze Sınıflandırma::kiwifruit:')
17
  st.write('Resim sec ve model tahmin etsin')
18
  file=st.file_uploader('Bir resim seç', type= ['jpg','jpeg','png'])
19
  class_names=['elma', 'muz', 'pancar', 'dolmalık biber', 'lahana', 'kapya biber',