diff options
| author | yum <yum.food.vr@gmail.com> | 2022-12-18 19:11:47 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-12-18 19:11:47 -0800 |
| commit | b7b2b112a106138d99dda3f259620b350c896f1a (patch) | |
| tree | ec30bc9daeb0fc4b75c488f675cf70d55f0a1f85 /Scripts/emotes.py | |
| parent | 79f1b48042cbb724892301afdee842fb33ab2b37 (diff) | |
Add ability to select model
* icon now works when pinned to taskbar
* add model selection
* add script to dump mic devices
* whisper models now download into the virtual environment
Diffstat (limited to 'Scripts/emotes.py')
| -rw-r--r-- | Scripts/emotes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Scripts/emotes.py b/Scripts/emotes.py index b922fdf..0a4ed01 100644 --- a/Scripts/emotes.py +++ b/Scripts/emotes.py @@ -31,6 +31,7 @@ IMG_TEX_DATA.append(("Images/Emotes/based.png", "based")) IMG_TEX_DATA.append(("Images/Emotes/chad.png", "chad")) IMG_TEX_DATA.append(("Images/Emotes/aware.png", "aware")) IMG_TEX_DATA.append(("Images/Emotes/girl.png", "girl")) +IMG_TEX_DATA = [] IMG_TEX_KEYWORD_TO_COORD = {} for i in range(0, len(IMG_TEX_DATA)): |
