Update handler.py
Browse files- handler.py +1 -0
handler.py
CHANGED
@@ -4,6 +4,7 @@ from typing import Dict, Any, List
|
|
4 |
import soundfile as sf
|
5 |
import io
|
6 |
import base64
|
|
|
7 |
|
8 |
|
9 |
class EndpointHandler:
|
|
|
4 |
import soundfile as sf
|
5 |
import io
|
6 |
import base64
|
7 |
+
from huggingface_hub import hf_hub_download
|
8 |
|
9 |
|
10 |
class EndpointHandler:
|