Spaces:
Runtime error
Runtime error
Commit
·
b1ab8b4
1
Parent(s):
ee819ef
update tts
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ import numpy as np
|
|
7 |
from nemo.collections.tts.models import FastPitchModel
|
8 |
from nemo.collections.tts.models import HifiGanModel
|
9 |
from nemo.collections.tts.models import MixerTTSModel
|
10 |
-
from bark import SAMPLE_RATE, generate_audio, preload_models
|
11 |
|
12 |
from transformers import pipeline
|
13 |
|
|
|
7 |
from nemo.collections.tts.models import FastPitchModel
|
8 |
from nemo.collections.tts.models import HifiGanModel
|
9 |
from nemo.collections.tts.models import MixerTTSModel
|
|
|
10 |
|
11 |
from transformers import pipeline
|
12 |
|