d173f4d f333f65 d173f4d
1
2
3
4
5
6
7
from huggingface_hub import InferenceClient client = InferenceClient( model="mo-thecreator/Deepfake-audio-detection", token=os.getenv("HUGGINGFACEHUB_API_TOKEN") )