Spaces:
Runtime error
Runtime error
File size: 388 Bytes
aa8b6bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
name: audio-deepfake-env
channels:
- conda-forge
dependencies:
- python=3.9
- joblib=1.3.0
- pandas=1.5.3
- scikit-learn=1.2.2
- scipy=1.10.0
- streamlit=1.25.0
- numpy=1.24.3
- librosa=0.10.0
- matplotlib=3.7.2
- tqdm=4.66.1
- seaborn
- pip # Include pip in the conda environment
- pip:
- praat-parselmouth # Install praat-parselmouth via pip
|