Skip to content

Commit

Permalink
temporary thumbnail for stories
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Jan 15, 2024
1 parent fb4c7dd commit b4131f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/routers/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ def process_task(task_id: str, request: TaskRequest, task_type: str):
character_ids=character_ids,
prompt=prompt,
)
output_url, thumbnail_url = cinema(task_req)
output_url = cinema(task_req)
thumbnail_url = "https://edenartlab-prod-data.s3.us-east-1.amazonaws.com/e745b8c200bb10efe744caa800c7c7f89c3ae05c39fa4aa0595bdd138117c592.png"

output = TaskOutput(
files=[output_url],
Expand Down

0 comments on commit b4131f7

Please sign in to comment.