Update handler.py
Browse files- handler.py +3 -2
handler.py
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
from typing import Dict, List, Any
|
2 |
from tangoflux import TangoFluxInference
|
3 |
import torchaudio
|
4 |
-
|
5 |
-
|
|
|
6 |
|
7 |
class EndpointHandler():
|
8 |
def __init__(self, path=""):
|
|
|
1 |
from typing import Dict, List, Any
|
2 |
from tangoflux import TangoFluxInference
|
3 |
import torchaudio
|
4 |
+
|
5 |
+
from huggingface_inference_toolkit.logging import logger
|
6 |
+
|
7 |
|
8 |
class EndpointHandler():
|
9 |
def __init__(self, path=""):
|