Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -77,7 +77,7 @@ def text2speech(text):
|
|
77 |
return fastspeech(text)
|
78 |
|
79 |
def engine(text_input):
|
80 |
-
print(" ** Inside Enngine **")
|
81 |
#Extract entities from text
|
82 |
ner = gr.Interface.load("huggingface/flair/ner-english-ontonotes-large")
|
83 |
entities = ner(text_input)
|
|
|
77 |
return fastspeech(text)
|
78 |
|
79 |
def engine(text_input):
|
80 |
+
print(" ** Inside Enngine **")
|
81 |
#Extract entities from text
|
82 |
ner = gr.Interface.load("huggingface/flair/ner-english-ontonotes-large")
|
83 |
entities = ner(text_input)
|