nouman66 commited on
Commit
73e15fa
1 Parent(s): eb99694

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
- streamlit==1.9.0
2
- transformers==4.11.3
3
- torch==1.10.0+cpu # Add this line for PyTorch
4
- # or
5
- tensorflow==2.7.0 # Add this line for TensorFlow
6
 
 
1
+ streamlit
2
+ transformers
3
+ torch
4
+ tensorflow
 
5