Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
csreesan committed Aug 6, 2024
1 parent 6d8c10f commit 8058cc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion substrate/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ class Config:
"""
Generated video.
"""
frames_uris: Optional[List[str]] = None
frame_uris: Optional[List[str]] = None
"""
Generated frames.
"""
Expand Down
2 changes: 1 addition & 1 deletion substrate/future_dataclass_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ class FutureStableVideoDiffusionOut:
(Future reference)
Generated video.
"""
frames_uris: Optional[List[str]] = None
frame_uris: Optional[List[str]] = None
"""
(Future reference)
Generated frames.
Expand Down
2 changes: 1 addition & 1 deletion substrate/typeddict_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ class StableVideoDiffusionOut(TypedDict):
"""
Generated video.
"""
frames_uris: NotRequired[List[str]]
frame_uris: NotRequired[List[str]]
"""
Generated frames.
"""
Expand Down

0 comments on commit 8058cc8

Please sign in to comment.