Awaz-e-Sehat
commited on
Commit
•
69a9697
1
Parent(s):
77fb29c
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,
|