Skip to content

Commit

Permalink
use abraham
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Jan 15, 2024
1 parent 251a500 commit de22e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routers/story.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def cinema(request: CinemaRequest):
all_clips.append(temp_file.name)

elif clip['voiceover'] == 'narrator':
character_id = character_name_lookup['Orion Blackwood']
character_id = "657926f90a0f725740a93b77" #character_name_lookup['Orion Blackwood']
character = characters[character_id]
# output = talking_head(
# character,
Expand Down

0 comments on commit de22e0f

Please sign in to comment.