Callytics / src /db /sql /UtteranceInsert.sql
Zubik Aliaksandr
Initial Space snapshot (Docker SDK, Gradio UI, port 7860)
d60c606
raw
history blame contribute delete
293 Bytes
INSERT INTO Utterance (FileID,
Speaker,
Sequence,
StartTime,
EndTime,
Content,
Sentiment,
Profane)
VALUES (?, ?, ?, ?, ?, ?, ?, ?);