Spaces:
Runtime error
Runtime error
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)
|