ahassoun commited on
Commit
b732a8a
1 Parent(s): e95edb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ with open("characters.json", "r") as file:
34
  for item in data
35
  ]
36
 
37
- from TTS.api import TTS
38
  tts = TTS("tts_models/multilingual/multi-dataset/bark", gpu=True)
39
 
40
  def cut_wav(input_path, max_duration):
 
34
  for item in data
35
  ]
36
 
37
+ from TTS.TTS.api import TTS
38
  tts = TTS("tts_models/multilingual/multi-dataset/bark", gpu=True)
39
 
40
  def cut_wav(input_path, max_duration):