ysharma HF staff commited on
Commit
7473aec
1 Parent(s): d2a9eb1
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -96,6 +96,8 @@ fastspeech = gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech")
96
 
97
  def text2speech(text):
98
  print('inside testtospeech')
 
 
99
  speech = fastspeech(text)
100
  print(type(speech))
101
  print(speech)
 
96
 
97
  def text2speech(text):
98
  print('inside testtospeech')
99
+ print(type(fastspeech))
100
+ print(fastspeech)
101
  speech = fastspeech(text)
102
  print(type(speech))
103
  print(speech)