aiplexdeveloper commited on
Commit
8ab7180
·
verified ·
1 Parent(s): 544c19c

Update handler.py

Browse files
Files changed (1) hide show
  1. 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: