
zxdmrg/test
Public
93
runs
Run zxdmrg/test with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
Input schema
The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
audio |
string
|
声音文件
|
|
face |
string
|
正脸文件,最好是正脸,而且人物在画面中间
|
{
"type": "object",
"title": "Input",
"required": [
"audio",
"face"
],
"properties": {
"face": {
"type": "string",
"title": "Face",
"format": "uri",
"x-order": 1,
"description": "\u6b63\u8138\u6587\u4ef6\uff0c\u6700\u597d\u662f\u6b63\u8138\uff0c\u800c\u4e14\u4eba\u7269\u5728\u753b\u9762\u4e2d\u95f4"
},
"audio": {
"type": "string",
"title": "Audio",
"format": "uri",
"x-order": 0,
"description": "\u58f0\u97f3\u6587\u4ef6"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output",
"format": "uri"
}