Spaces:
Sleeping
Sleeping
| # 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 |