saha23s commited on
Commit
d8af6cc
·
1 Parent(s): 528fb49

rerunning

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -53,6 +53,7 @@ def predict(audio_file):
53
 
54
  return species_names_resnet[y_pred_label[0]]
55
 
 
56
  # Create Gradio interface
57
  interface = gr.Interface(
58
  fn=predict,
@@ -62,5 +63,6 @@ interface = gr.Interface(
62
  description="Upload an audio file to predict the bird species."
63
  )
64
 
 
65
  if __name__ == "__main__":
66
  interface.launch()
 
53
 
54
  return species_names_resnet[y_pred_label[0]]
55
 
56
+
57
  # Create Gradio interface
58
  interface = gr.Interface(
59
  fn=predict,
 
63
  description="Upload an audio file to predict the bird species."
64
  )
65
 
66
+
67
  if __name__ == "__main__":
68
  interface.launch()