Skip to content

Commit

Permalink
Merge pull request #76 from dcSpark/nico/fix_text_to_audio
Browse files Browse the repository at this point in the history
fix text to audio
  • Loading branch information
nicarq authored Jan 30, 2025
2 parents f280fbc + 0b47f4a commit a083e71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/text-to-audio-kokoro/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"parameters": {
"properties": {
"input_file": {
"description": "Path to the input text file (.txt or .md)",
"text": {
"description": "text to convert to audio",
"type": "string"
},
"voice": {
Expand Down Expand Up @@ -58,7 +58,7 @@
}
},
"required": [
"input_file"
"text"
],
"type": "object"
},
Expand Down

0 comments on commit a083e71

Please sign in to comment.