mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
fixed another typo in the file submission object
This commit is contained in:
@@ -43,7 +43,7 @@ function checkBoxes() {
|
|||||||
const aiType = document.getElementById("ai_type");
|
const aiType = document.getElementById("ai_type");
|
||||||
const sendingPackage = {
|
const sendingPackage = {
|
||||||
"video": {
|
"video": {
|
||||||
"module":"extraction-video-toaudio",
|
"module":"extraction-video-to-audio",
|
||||||
"inputVideoPath": pathTest,
|
"inputVideoPath": pathTest,
|
||||||
"outputType": outputType.value
|
"outputType": outputType.value
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user