Spaces:
Runtime error
Runtime error
File size: 437 Bytes
7de9b44 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Base ---------------------------------------- matplotlib>=3.2.2 numpy>=1.21.6 opencv-python>=4.6.0 Pillow>=7.1.2 PyYAML>=5.3.1 requests>=2.23.0 scipy>=1.4.1 gradio>=4.7.1 tensorflow==2.12.0 tensorflow-datasets==4.9.2 scikit-learn>=1.3.2 # Plotting ------------------------------------ pandas>=1.1.4 seaborn>=0.11.0 gdown # Extras -------------------------------------- psutil # system utilization thop>=0.1.1 # FLOPs computation |