wedyanessam commited on
Commit
0104c09
·
verified ·
1 Parent(s): b4dd44b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from TTS.tts_model import text_to_speech
3
 
4
  def tts_interface(text):
5
  audio, sr = text_to_speech(text)
 
1
  import gradio as gr
2
+ from TTS.tts import text_to_speech
3
 
4
  def tts_interface(text):
5
  audio, sr = text_to_speech(text)