Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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']
|