Mbonea commited on
Commit
dc23243
·
1 Parent(s): 97ddf7f
Files changed (1) hide show
  1. App/TTS/utils/Descript.py +1 -1
App/TTS/utils/Descript.py CHANGED
@@ -301,7 +301,7 @@ class DescriptTTS:
301
  # Wait for 24 hours before the next refresh
302
  await asyncio.sleep(24 * 60 * 60)
303
 
304
- def convert_mp3_to_wav(mp3_path, wav_path):
305
  # Load the MP3 file
306
  audio = AudioSegment.from_mp3(mp3_path)
307
 
 
301
  # Wait for 24 hours before the next refresh
302
  await asyncio.sleep(24 * 60 * 60)
303
 
304
+ def convert_mp3_to_wav(self, mp3_path, wav_path):
305
  # Load the MP3 file
306
  audio = AudioSegment.from_mp3(mp3_path)
307