Sfoglia il codice sorgente

deep_seek_api function rename

luojunhui 4 mesi fa
parent
commit
9eee58b104
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      coldStartTasks/multi_modal/generate_text_from_video.py

+ 1 - 0
coldStartTasks/multi_modal/generate_text_from_video.py

@@ -151,6 +151,7 @@ class GenerateTextFromVideo(object):
                 select pq_vid, video_oss_path 
                 select pq_vid, video_oss_path 
                 from video_content_understanding 
                 from video_content_understanding 
                 where status = {const.VIDEO_UNDERSTAND_INIT_STATUS} 
                 where status = {const.VIDEO_UNDERSTAND_INIT_STATUS} 
+                order by id desc
                 limit {rest_video_count};
                 limit {rest_video_count};
             """
             """