Spaces:
Sleeping
Sleeping
File size: 428 Bytes
08093ea 50b800e e1c60fe 34c4a97 08093ea |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
# Web framework and UI gradio==3.50.2 Flask==2.2.3 Werkzeug==2.2.3 gunicorn==20.1.0 # ML/AI dependencies torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 librosa==0.10.0 numpy==1.24.2 Pillow==9.4.0 tensorboard==2.13.0 pydantic==2.10.6 huggingface-hub>=0.15.1 # Audio processing soundfile==0.12.1 audioread==3.0.0 # Image processing opencv-python==4.8.0.74 # Utilities python-dateutil==2.9.0 requests==2.32.3 scipy==1.10.1 |