me
/
guix
Archived
1
0
Fork 0

gnu: kaldi-gstreamer-server: Drop input labels.

* gnu/packages/machine-learning.scm (kaldi-gstreamer-server)[inputs]: Drop
package labels.
Ricardo Wurmus 2022-12-13 13:37:21 +01:00
parent 79cf84c7ab
commit 8466aceb13
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 5 deletions

View File

@ -1968,11 +1968,11 @@ exec ~a ~a/~a \"$@\"~%"
"client.py"
"worker.py")))))))))
(inputs
`(("gst-kaldi-nnet2-online" ,gst-kaldi-nnet2-online)
("python" ,python-wrapper)
("python-pygobject" ,python-pygobject)
("python-pyyaml" ,python-pyyaml)
("python-tornado" ,python-tornado-6)))
(list gst-kaldi-nnet2-online
python-wrapper
python-pygobject
python-pyyaml
python-tornado-6))
(home-page "https://github.com/alumae/kaldi-gstreamer-server")
(synopsis "Real-time full-duplex speech recognition server")
(description "This is a real-time full-duplex speech recognition server,