Utsaha commited on
Commit
37fd1e4
1 Parent(s): 067b844

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- torch==2.0.1 # Ensure that you have a compatible version for CUDA if using GPU
2
- torchaudio==2.0.1 # Ensure compatibility with the PyTorch version
3
- transformers==4.29.2 # Version of the Hugging Face Transformers library
4
- scikit-learn==1.2.2 # For LabelEncoder
5
- pandas==2.0.1 # For handling dataframes
 
 
1
+ streamlit==1.11.1
2
+ torch==2.0.0
3
+ torchaudio==2.0.0
4
+ transformers==4.29.2
5
+ scikit-learn==1.2.2
6
+ pandas==2.0.1