Skip to content

Commit

Permalink
output url
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Jan 15, 2024
1 parent b4131f7 commit 0acef31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/routers/story.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ def cinema(request: CinemaRequest):

# result = CinemaResult(stills=stills)

return CinemaResult(stills=["TBD"])
#return CinemaResult(stills=["TBD"])
return output_url


class ComicRequest(BaseModel):
Expand Down

0 comments on commit 0acef31

Please sign in to comment.