mirror of
https://github.com/maciej3031/comixify.git
synced 2026-03-11 08:54:35 +00:00
Improve timings
This commit is contained in:
parent
3cbc637c98
commit
258eab15f9
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class Video(models.Model):
|
|||
'keyframes_extraction_time': keyframes_extraction_time,
|
||||
'stylization_time': stylization_time,
|
||||
'layout_generation_time': layout_generation_time,
|
||||
**keyframes_timings
|
||||
'keyframes_extraction_time_details': keyframes_timings
|
||||
}
|
||||
|
||||
return comic_image, timings
|
||||
|
|
|
|||
Loading…
Reference in a new issue