fix url
This commit is contained in:
parent
74aba1bdf9
commit
9e5f1fd3e3
1 changed files with 1 additions and 0 deletions
|
|
@ -456,6 +456,7 @@ def describe_video(url, neutral=False):
|
|||
def describe_item(item, neutral=False):
|
||||
if isinstance(item, str):
|
||||
item = Item.objects.get(public_id=item)
|
||||
video_url = public_video_url(item)
|
||||
return describe_video(video_url, neutral)
|
||||
|
||||
def reshoot_item(item, extra_prompt=None, first_frame=None, keep=False):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue