AIOmarRehan commited on
Commit
31122fd
·
verified ·
1 Parent(s): afece56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ image_ds = load_dataset("AIOmarRehan/Mel_Spectrogram_Images_for_Audio_Classifica
16
 
17
  # Helper functions
18
  def safe_load_image(img):
19
- """Ensure input is PIL RGBA image"""
20
  if img is None:
21
  return None
22
  if isinstance(img, np.ndarray):
 
16
 
17
  # Helper functions
18
  def safe_load_image(img):
19
+ # Ensure input is PIL RGBA image
20
  if img is None:
21
  return None
22
  if isinstance(img, np.ndarray):