Spaces:
Sleeping
Sleeping
Update video_processing.py
Browse files- video_processing.py +2 -2
video_processing.py
CHANGED
@@ -100,8 +100,8 @@ def analyze_scenes(video_path, scenes, description, batch_size=16):
|
|
100 |
"Intro text for a video",
|
101 |
"dark scene without much contrast",
|
102 |
"No people are in this scene",
|
103 |
-
|
104 |
-
|
105 |
]
|
106 |
preprocess = transforms.Compose([
|
107 |
transforms.ToTensor(),
|
|
|
100 |
"Intro text for a video",
|
101 |
"dark scene without much contrast",
|
102 |
"No people are in this scene",
|
103 |
+
"A still shot of natural scenery",
|
104 |
+
"Still-camera shot of a person's face"
|
105 |
]
|
106 |
preprocess = transforms.Compose([
|
107 |
transforms.ToTensor(),
|