Discussions
Deepfake Detection Model Fails
I have been trying to use the deepfake detection model in my terminal with an mp4 video file, but I seem be getting error as I cannot tell where to input the video file directory in the command.
curl https://app.modzy.com/api/jobs -X POST \
-H 'Content-Type: application/json' \
-H 'Authorization: ApiKey <INSERT YOUR API KEY HERE>' \
-d '{
"model": {
"identifier": "93ltr2oepu",
"version": "0.0.7"
},
"input": {
"type": "embedded",
"sources": {
"my-input": {
"input.mp4": "data:video/mp4;base64,/.../2Q=="
}
}
}
}'
This section gets me confused:
"input.mp4": "data:video/mp4;base64,/.../2Q=="
How do I specify my video directory?
Posted by Emmanuel Lebura about 1 year ago
Job Failing
I am trying to input a text and run the job, but it says "Your job has been submitted to the queue and will be run once there is an available engine." and after a few minutes it fails and no output is shown.
Posted by Nitish Sharma over 1 year ago