Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ model = tf.keras.models.load_model("efficent_netB7.h5")
|
|
13 |
waste_labels = {0: 'Fibres', 1: 'Nanowires', 2: 'Particles', 3: 'Powder'}
|
14 |
|
15 |
# uygulama yükle
|
16 |
-
st.title("SEM Görüntü Sınıflandırma Uygulaması")
|
17 |
st.write("Lütfen bir SEM görüntüsü yükleyin. - (Fibres, Nanowires, Powder,Particles)")
|
18 |
|
19 |
# giriş yap
|
|
|
13 |
waste_labels = {0: 'Fibres', 1: 'Nanowires', 2: 'Particles', 3: 'Powder'}
|
14 |
|
15 |
# uygulama yükle
|
16 |
+
st.title("SEM Görüntü Sınıflandırma Uygulaması | ")
|
17 |
st.write("Lütfen bir SEM görüntüsü yükleyin. - (Fibres, Nanowires, Powder,Particles)")
|
18 |
|
19 |
# giriş yap
|