Skip to content

Commit

Permalink
Merge pull request #2 from javi22020/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
javi22020 authored Feb 20, 2024
2 parents d459a42 + 59f384c commit fe08c77
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion EasyWhisper/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Besides, you can also install torch with CUDA support to speed up the process us
The model will be downloaded automatically when you run the package for the first time, and it will be saved in the subdirectory `models/`.
## Usage
```python
from easy_whisper_local.base import EasyWhisper
ew = EasyWhisper()
text = ew.file_to_text('audio.mp3')
times = ew.file_to_timestamps('audio.mp3')
dictionary = ew.file_to_dictionary('audio.mp3')
print(text)
```
Empty file added easy_whisper_local/__init__.py
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='easy-whisper-local',
version='1.0.3',
version='1.1.1',
packages=find_packages(),
install_requires=[
'openai-whisper'
Expand Down

0 comments on commit fe08c77

Please sign in to comment.