From 5638d86c97041de31217e058e411034143e9c882 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 14 Mar 2024 18:03:54 -0700 Subject: 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. --- Scripts/text_to_text_demo.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Scripts/text_to_text_demo.py') 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: -- cgit v1.2.3