Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -575,7 +575,6 @@ def generate_audio_mars5(text):
|
|
575 |
|
576 |
chunks = chunk_text(preprocess(text))
|
577 |
audio_segments = []
|
578 |
-
audio_path='female_speaker_1.flac'
|
579 |
for chunk in chunks:
|
580 |
transcript = transcribe_file(audio_path) # Assuming audio_path is the path to the audio file for reference
|
581 |
wav, sr = librosa.load(audio_path, sr=mars5.sr, mono=True)
|
|
|
575 |
|
576 |
chunks = chunk_text(preprocess(text))
|
577 |
audio_segments = []
|
|
|
578 |
for chunk in chunks:
|
579 |
transcript = transcribe_file(audio_path) # Assuming audio_path is the path to the audio file for reference
|
580 |
wav, sr = librosa.load(audio_path, sr=mars5.sr, mono=True)
|