audio_classification / requirements.txt
fosters's picture
Update requirements.txt
586d3cb verified
raw
history blame contribute delete
297 Bytes
# Core Gradio UI library
gradio
# Hugging Face libraries for optimized models
optimum
transformers
# ONNX Runtime for high-performance inference on CPU
onnxruntime
# The library for the ONNX model format itself (was missing)
onnx
# PyTorch is required by the underlying feature extractor
torch