Defkhan5960 commited on
Commit
d676f3a
1 Parent(s): 1fff7a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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