Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
airtanscropt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SexHackMe
airtanscropt
Commits
407226d7
Commit
407226d7
authored
Dec 11, 2025
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set images=None, videos=None to avoid image processor error
parent
252525b0
Pipeline
#209
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
transcript.py
transcript.py
+2
-2
No files found.
transcript.py
View file @
407226d7
...
...
@@ -107,8 +107,8 @@ def main():
# Preparation for inference
text
=
processor
.
apply_chat_template
(
conversation
,
add_generation_prompt
=
True
,
tokenize
=
False
)
audios
=
[
audio_chunk
]
images
=
[]
videos
=
[]
images
=
None
videos
=
None
inputs
=
processor
(
text
=
text
,
audio
=
audios
,
images
=
images
,
videos
=
videos
,
return_tensors
=
"pt"
,
padding
=
True
,
use_audio_in_video
=
False
)
inputs
=
inputs
.
to
(
model
.
device
)
.
to
(
model
.
dtype
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment