kennethli319 commited on
Commit
b1ab8b4
·
1 Parent(s): ee819ef

update tts

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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