1、fireredasr-server/server/src/routes/fireredasr.py中第34行:self.use_gpu = (use_gpu,)
2、fireredasr-server/README.md
Example using curl:
curl -X POST
http://localhost:8000/audio/transciptions
-H "Content-Type: multipart/form-data"
-F file="@audio.wav"
有拼写错误:http://localhost:8000/audio/transciptions,改为:http://localhost:8000/audio/transcriptions
1、fireredasr-server/server/src/routes/fireredasr.py中第34行:self.use_gpu = (use_gpu,)
2、fireredasr-server/README.md
Example using curl:
curl -X POST
http://localhost:8000/audio/transciptions
-H "Content-Type: multipart/form-data"
-F file="@audio.wav"
有拼写错误:http://localhost:8000/audio/transciptions,改为:http://localhost:8000/audio/transcriptions