File size: 743 Bytes
2af43cd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# MIT_LICENSE file in the root directory of this source tree.

from seamless_communication.inference.generator import (
    SequenceGeneratorOptions as SequenceGeneratorOptions,
)
from seamless_communication.inference.generator import UnitYGenerator as UnitYGenerator
from seamless_communication.inference.translator import (
    BatchedSpeechOutput as BatchedSpeechOutput,
)
from seamless_communication.inference.translator import Modality as Modality
from seamless_communication.inference.translator import Task as Task
from seamless_communication.inference.translator import Translator as Translator