Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
botbahlul authored Jun 4, 2023
1 parent 99e8026 commit e10ef08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion win/whisper_autosrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import shutil


VERSION = "0.1.0"
VERSION = "0.1.1"
#marker='█'


Expand Down Expand Up @@ -759,6 +759,7 @@ def __init__(self):
self.list_codes.append("ca")
self.list_codes.append("ceb")
self.list_codes.append("ny")
self.list_codes.append("zh")
self.list_codes.append("zh-CN")
self.list_codes.append("zh-TW")
self.list_codes.append("co")
Expand Down Expand Up @@ -893,6 +894,7 @@ def __init__(self):
self.list_names.append("Catalan")
self.list_names.append("Cebuano")
self.list_names.append("Chichewa")
self.list_names.append("Chinese")
self.list_names.append("Chinese (Simplified)")
self.list_names.append("Chinese (Traditional)")
self.list_names.append("Corsican")
Expand Down Expand Up @@ -1030,6 +1032,7 @@ def __init__(self):
'ca': 'Catalan',
'ceb': 'Cebuano',
'ny': 'Chichewa',
'zh': 'Chinese',
'zh-CN': 'Chinese (Simplified)',
'zh-TW': 'Chinese (Traditional)',
'co': 'Corsican',
Expand Down

0 comments on commit e10ef08

Please sign in to comment.