tchamna commited on
Commit
575071f
·
1 Parent(s): 0a507c0

Add application file

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -391,12 +391,14 @@ class AGLC:
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)
401
 
402
  def normalize_audio_for_ACX_Amazon(song):
 
391
  # result_path = "/content/drive/MyDrive/Resulam/Mbú'ŋwɑ̀'nì/test_audio/res/"
392
 
393
 
394
+ #
395
  # # player_yoruba = AGLC(audio_path_yoruba)
396
 
397
+
398
 
399
  def main(audio_path1, audio_path2,result_path):
400
+ player = AGLC(audio_path1)
401
+
402
  player.main_func(audio_path1, audio_path2,result_path)
403
 
404
  def normalize_audio_for_ACX_Amazon(song):