Skip to content

Commit

Permalink
Merge pull request #235 from NexaAI/bark_verbosity
Browse files Browse the repository at this point in the history
Change bark test verbosity to high
  • Loading branch information
Davidqian123 authored Nov 12, 2024
2 parents 32bf7dd + 729b292 commit 286ddea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tts_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def test_tts_generation():
n_threads=4,
seed=42,
sampling_rate=24000,
verbosity=1
verbosity=2
)

# Generate audio from prompt
Expand Down

0 comments on commit 286ddea

Please sign in to comment.