Deepak107 commited on
Commit
d42a190
1 Parent(s): f8143a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  from tensorflow import keras
2
  import gradio as gr
3
- model = keras.models.load_model('B_or_Not.h5')
4
  class_names = ['Biodegradable', 'Non_Biodegradable']
5
 
6
  def predict_input_image(img):
 
1
  from tensorflow import keras
2
  import gradio as gr
3
+ model = keras.models.load_model('B_or_NOT.h5')
4
  class_names = ['Biodegradable', 'Non_Biodegradable']
5
 
6
  def predict_input_image(img):