Text-to-Audio
Inference Endpoints
hungchiayu commited on
Commit
69c97e9
·
verified ·
1 Parent(s): 2b70cbe

Update handler.py

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