ysharma HF staff commited on
Commit
530da97
·
1 Parent(s): 0e26b77
Files changed (1) hide show
  1. app.py +1 -1
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)