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