mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-25 10:21:00 +00:00
Fix CI
This commit is contained in:
parent
7fe778eeca
commit
4872312996
2 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,6 @@
|
|||
[![Typos](https://github.com/shirayu/whispering/actions/workflows/typos.yml/badge.svg)](https://github.com/shirayu/whispering/actions/workflows/typos.yml)
|
||||
|
||||
Streaming transcriber with [whisper](https://github.com/openai/whisper).
|
||||
Former name was "whisper_streaming".
|
||||
Enough machine power is needed to transcribe in real time.
|
||||
|
||||
## Setup
|
||||
|
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
description = ""
|
||||
authors = ["Yuta Hayashibe <yuta@hayashibe.jp>"]
|
||||
readme = "README.md"
|
||||
packages = [{include = "whisper_streaming"}]
|
||||
packages = [{include = "whispering"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8,<3.11"
|
||||
|
@ -25,5 +25,5 @@ requires = ["poetry-core"]
|
|||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
whispering = "whisper_streaming.cli:main"
|
||||
whispering = "whispering.cli:main"
|
||||
|
||||
|
|
Loading…
Reference in a new issue