Spaces:
Sleeping
Sleeping
Commit
·
044109a
1
Parent(s):
f07f6ce
Update app.py
Browse files
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 |
|