jbilcke-hf HF Staff commited on
Commit
5a11e7d
·
1 Parent(s): 699182e
.gitattributes ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ docs/screenshots/importing-a-video-dataset.jpg filter=lfs diff=lfs merge=lfs -text
2
+ .jpg filter=lfs diff=lfs merge=lfs -text
3
+ .jpeg filter=lfs diff=lfs merge=lfs -text
4
+ .png filter=lfs diff=lfs merge=lfs -text
5
+ .zip filter=lfs diff=lfs merge=lfs -text
6
+ .mp3 filter=lfs diff=lfs merge=lfs -text
7
+ .mp4 filter=lfs diff=lfs merge=lfs -text
docs/screenshots/importing-a-video-dataset.jpg ADDED

Git LFS Details

  • SHA256: 930f5834699a008235e083c45aed2f7a2adead5e4fd912b6087c6a912e1845fc
  • Pointer size: 131 Bytes
  • Size of remote file: 382 kB
vms/ui/project/tabs/caption_tab.py CHANGED
@@ -265,8 +265,7 @@ class CaptionTab(BaseTab):
265
  self._should_stop_captioning = False
266
 
267
  try:
268
- # Pass the training_videos_path from the app state
269
- copy_files_to_training_dir(prompt_prefix, training_videos_path=self.app.training_videos_path)
270
  except Exception as e:
271
  traceback.print_exc()
272
  raise gr.Error(f"Error copying assets to training dir: {str(e)}")
 
265
  self._should_stop_captioning = False
266
 
267
  try:
268
+ copy_files_to_training_dir(prompt_prefix)
 
269
  except Exception as e:
270
  traceback.print_exc()
271
  raise gr.Error(f"Error copying assets to training dir: {str(e)}")