Skip to content

Commit

Permalink
Add import for typing.Union to bark_api.py, fixes #163
Browse files Browse the repository at this point in the history
Co-authored-by: PawKanarek <paw.kanarek@gmail.com>
  • Loading branch information
gitmylo and PawKanarek committed Oct 16, 2023
1 parent 4b54d93 commit 98f43a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webui/modules/implementations/patches/bark_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import tqdm
from bark.api import *
from .bark_generation import generate_text_semantic_new, generate_coarse_new, generate_fine_new, codec_decode_new, SAMPLE_RATE
from typing import Union


def text_to_semantic_new(
Expand Down

0 comments on commit 98f43a2

Please sign in to comment.