You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ from camb.types.language_enums import Languages
236
236
result = client.dub.create_dub(
237
237
video_url="your_accessible_video_url",
238
238
source_language=Languages.EN_US, # English (Or Check client.languages.get_source_languages())
239
-
target_languages=Languages.HI_IN, #Example target language or a list of Languages like [Languages.HI_IN, Languages.FR_FR]
239
+
target_languages=[Languages.HI_IN], # list of Languages like [Languages.HI_IN, Languages.FR_FR] or if you want single language then can use target_language=Languages.HI_IN
0 commit comments