Hamsy commited on
Commit
a39088f
·
verified ·
1 Parent(s): e43c375

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ AUDIO_PATHS = {
25
  'ok': "alert_ok_mandinka.mp3" # Fichier audio Mandinka (à fournir)
26
  },
27
  'Soussou': {
28
- 'alert': "alert_high_soussou.wav", # Fichier audio Soussou (à fournir)
29
- 'ok': "alert_ok_soussou.wav" # Fichier audio Soussou (à fournir)
30
  }
31
  }
32
 
 
25
  'ok': "alert_ok_mandinka.mp3" # Fichier audio Mandinka (à fournir)
26
  },
27
  'Soussou': {
28
+ 'alert': "alert_high_soussou.mp3", # Fichier audio Soussou (à fournir)
29
+ 'ok': "alert_ok_soussou.mp3" # Fichier audio Soussou (à fournir)
30
  }
31
  }
32