drmurataltun commited on
Commit
f519dc3
·
verified ·
1 Parent(s): 3ced2e0

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('prinç sınıflandırma')
17
  st.write('Resim sec ve model tahmin etsin')
18
  file=st.file_uploader('Bir resim seç', type= ['jpg','jpeg','png'])
19
  class_names=['Arborio','Basmati','Ipsala','Jasmine','Karacadag']
 
13
  img=img/255.0
14
  img=np.expand_dims(img,axis=0)
15
  return img
16
+ st.title('prinç sınıflandırma @drmurataltun')
17
  st.write('Resim sec ve model tahmin etsin')
18
  file=st.file_uploader('Bir resim seç', type= ['jpg','jpeg','png'])
19
  class_names=['Arborio','Basmati','Ipsala','Jasmine','Karacadag']