mirror of
https://github.com/matatonic/openedai-speech
synced 2025-06-26 18:16:32 +00:00
remove all *'s with pre_process by default
This commit is contained in:
parent
c51355ca38
commit
20871dbcfb
@ -31,7 +31,7 @@
|
||||
- ' F.Y. '
|
||||
- - ([0-9]+)-([0-9]+)
|
||||
- \1 to \2
|
||||
- - '\*\*\*'
|
||||
- '*'
|
||||
- - '\*\*'
|
||||
- '*'
|
||||
- - ([0-9]+)[\s]*\*[\s]*([0-9]+)
|
||||
- \1 times \2
|
||||
- - '\*'
|
||||
- ''
|
||||
|
||||
@ -2,7 +2,7 @@ fastapi
|
||||
uvicorn
|
||||
loguru
|
||||
piper-tts
|
||||
coqui-tts
|
||||
coqui-tts[languages]
|
||||
langdetect
|
||||
# Creating an environment where deepspeed works is complex, for now it will be disabled by default.
|
||||
#deepspeed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user