Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def process_image(img):
|
|
| 16 |
st.title('Hurma 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=['Ajwa', '
|
| 20 |
if file is not None:
|
| 21 |
img=Image.open(file)
|
| 22 |
st.image(img,caption='yuklenen resim')
|
|
|
|
| 16 |
st.title('Hurma 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=['Ajwa', 'Galaxy','Medjool', 'Meneifi','Nabtat Ali','Rutab','Shaishe', 'Sokari','Sugaey']
|
| 20 |
if file is not None:
|
| 21 |
img=Image.open(file)
|
| 22 |
st.image(img,caption='yuklenen resim')
|