Skip to content

Commit

Permalink
small change in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivprasadSagare committed Dec 1, 2023
1 parent 2bbab6b commit f8806bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ data = {
}
}
# result will the audio byte array, as stream is set to True
# result will be an audio byte array, as stream is set to True
result = vai.synthesize(data=data)
print(f'result with stream=True:\n{result}')
Expand Down

0 comments on commit f8806bc

Please sign in to comment.