Update handler.py
Browse files- handler.py +1 -0
handler.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import json
|
|
|
|
| 2 |
from typing import Dict
|
| 3 |
|
| 4 |
from huggingface_hub import hf_hub_download
|
|
|
|
| 1 |
import json
|
| 2 |
+
import whisper
|
| 3 |
from typing import Dict
|
| 4 |
|
| 5 |
from huggingface_hub import hf_hub_download
|