Spaces:
Running
Running
Commit
·
5a11e7d
1
Parent(s):
699182e
fix
Browse files
.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
|
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 |
-
|
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)}")
|