diff options
| author | yum <yum.food.vr@gmail.com> | 2024-03-14 18:03:54 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-03-14 18:03:54 -0700 |
| commit | 5638d86c97041de31217e058e411034143e9c882 (patch) | |
| tree | dc90d20f28437e97fded97aeb05b724ff75c594c /Scripts/text_to_text_demo.py | |
| parent | cdc079fb59832fce46708df36ac80ede6d2bd046 (diff) | |
Fix distilled models
These were broken due to some logic errors in the codepath which
acquires models from huggingface.
Distilled large-v2 seems promising as a new default model.
Diffstat (limited to 'Scripts/text_to_text_demo.py')
| -rw-r--r-- | Scripts/text_to_text_demo.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Scripts/text_to_text_demo.py b/Scripts/text_to_text_demo.py index d5f0ada..4810361 100644 --- a/Scripts/text_to_text_demo.py +++ b/Scripts/text_to_text_demo.py @@ -7,8 +7,6 @@ from pythonosc import udp_client import generate_utils import osc_ctrl -import paging -import pythonosc import time class AppConfig: |
