tchamna commited on
Commit
f51f587
·
1 Parent(s): 2748772

Add application file

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -385,16 +385,16 @@ class AGLC:
385
  format = "mp3"
386
  );
387
 
388
- audio_path1 = "/content/drive/MyDrive/Resulam/Mbú'ŋwɑ̀'nì/test_audio/Language1/"
389
- audio_path2 = "/content/drive/MyDrive/Resulam/Mbú'ŋwɑ̀'nì/test_audio/Language2/"
390
 
391
- result_path = "/content/drive/MyDrive/Resulam/Mbú'ŋwɑ̀'nì/test_audio/res/"
392
 
393
 
394
- player = AGLC(audio_path1)
395
- # player_yoruba = AGLC(audio_path_yoruba)
396
 
397
- player.main_func(audio_path1, audio_path2,result_path)
398
 
399
  def main(audio_path1, audio_path2,result_path):
400
  player.main_func(audio_path1, audio_path2,result_path)
 
385
  format = "mp3"
386
  );
387
 
388
+ # audio_path1 = "/content/drive/MyDrive/Resulam/Mbú'ŋwɑ̀'nì/test_audio/Language1/"
389
+ # audio_path2 = "/content/drive/MyDrive/Resulam/Mbú'ŋwɑ̀'nì/test_audio/Language2/"
390
 
391
+ # result_path = "/content/drive/MyDrive/Resulam/Mbú'ŋwɑ̀'nì/test_audio/res/"
392
 
393
 
394
+ # player = AGLC(audio_path1)
395
+ # # player_yoruba = AGLC(audio_path_yoruba)
396
 
397
+ # player.main_func(audio_path1, audio_path2,result_path)
398
 
399
  def main(audio_path1, audio_path2,result_path):
400
  player.main_func(audio_path1, audio_path2,result_path)