mo-thecreator's picture
Update app.py
d173f4d verified
raw
history blame
173 Bytes
from huggingface_hub import InferenceClient
client = InferenceClient(
model="mo-thecreator/Deepfake-audio-detection",
token=os.getenv("HUGGINGFACEHUB_API_TOKEN")
)