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