speecht5_tts_openvino / graph.pbtxt
MarkRedeman's picture
Upload folder using huggingface_hub
83a5127 verified
raw
history blame contribute delete
487 Bytes
input_stream: "HTTP_REQUEST_PAYLOAD:input"
output_stream: "HTTP_RESPONSE_PAYLOAD:output"
node {
name: "T2sExecutor"
input_side_packet: "TTS_NODE_RESOURCES:t2s_servable"
calculator: "T2sCalculator"
input_stream: "HTTP_REQUEST_PAYLOAD:input"
output_stream: "HTTP_RESPONSE_PAYLOAD:output"
node_options: {
[type.googleapis.com / mediapipe.T2sCalculatorOptions]: {
models_path: "./",
plugin_config: '{ "NUM_STREAMS": "1" }',
target_device: "CPU"
}
}
}