suriya7 commited on
Commit
0ab2427
·
verified ·
1 Parent(s): 9616453

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
 
5
  # Load your pre-trained model
6
  model = tf.keras.models.load_model('capuchin_bird_audio.h5')
7
- class_names = ['It is a capuchin Bird','This Is Not A Capuchin bird']
8
  # Function to preprocess input for the model
9
  def test_preprocess_1(file_path):
10
  file_contents = tf.io.read_file(file_path)
 
4
 
5
  # Load your pre-trained model
6
  model = tf.keras.models.load_model('capuchin_bird_audio.h5')
7
+ class_names = ['This Is Not A Capuchin bird','It is a capuchin Bird']
8
  # Function to preprocess input for the model
9
  def test_preprocess_1(file_path):
10
  file_contents = tf.io.read_file(file_path)