Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
from transformers import pipeline
|
3 |
from transformers import (
|
4 |
AutomaticSpeechRecognitionPipeline,
|
|
|
1 |
+
from typing import Dict, List, Any
|
2 |
from transformers import pipeline
|
3 |
from transformers import (
|
4 |
AutomaticSpeechRecognitionPipeline,
|