Skip to content

Commit

Permalink
🌟 Update inference function
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirnar committed Nov 28, 2024
1 parent d873035 commit 89936a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
# Test model inference
print('Running inference...')
audio = model.inference(text, speaker_id=0, speed=1.0)
output_path = 'en-us.wav'
model.tts_to_file(text, speaker_ids['EN-US'], output_path, speed=1.0)
print('Inference successful!')
"

0 comments on commit 89936a4

Please sign in to comment.