File size: 183 Bytes
d173f4d
2321963
f333f65
d173f4d
 
 
 
1
2
3
4
5
6
7
8
from huggingface_hub import InferenceClient
import os

client = InferenceClient(
    model="mo-thecreator/Deepfake-audio-detection",
    token=os.getenv("HUGGINGFACEHUB_API_TOKEN")
)