Skip to content

Commit

Permalink
add watermark by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lharries committed Apr 21, 2024
1 parent 9f732c4 commit 2d471b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/dubbing/python/create_a_dub.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def create_dub(
mode="automatic",
source_lang="en",
num_speakers=1,
watermark=True, # reduces the characters used
)

dubbing_id = response.dubbing_id
Expand Down

0 comments on commit 2d471b4

Please sign in to comment.