Skip to content

Commit

Permalink
Merge pull request #7 from edenartlab/stage
Browse files Browse the repository at this point in the history
use abraham
  • Loading branch information
genekogan authored Jan 15, 2024
2 parents a8320fa + de22e0f commit 0e942e4
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 0e942e4

Please sign in to comment.