Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Speech To Speech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
huggingface
Speech To Speech
Commits
4679bd39
Commit
4679bd39
authored
7 months ago
by
Andres Marafioti
Browse files
Options
Downloads
Patches
Plain Diff
only import melo if needed
parent
a4888572
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
s2s_pipeline.py
+1
-1
1 addition, 1 deletion
s2s_pipeline.py
with
1 addition
and
1 deletion
s2s_pipeline.py
+
1
−
1
View file @
4679bd39
...
...
@@ -12,7 +12,6 @@ from time import perf_counter
from
typing
import
Optional
from
sys
import
platform
from
LLM.mlx_lm
import
MLXLanguageModelHandler
from
TTS.melotts
import
MeloTTSHandler
from
baseHandler
import
BaseHandler
from
STT.lightning_whisper_mlx_handler
import
LightningWhisperSTTHandler
import
numpy
as
np
...
...
@@ -1069,6 +1068,7 @@ def main():
)
elif
module_kwargs
.
tts
==
'
melo
'
:
from
TTS.melotts
import
MeloTTSHandler
tts
=
MeloTTSHandler
(
stop_event
,
queue_in
=
lm_response_queue
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment