tracinginsights commited on
Commit
044109a
·
1 Parent(s): f07f6ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def load_speaker_model():
117
 
118
  return question_answerer
119
 
120
-
121
 
122
  def remove_punctuations(text):
123
 
 
117
 
118
  return question_answerer
119
 
120
+ question_answerer = load_speaker_model()
121
 
122
  def remove_punctuations(text):
123