nouman66 commited on
Commit
eb99694
1 Parent(s): 3142b84

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -1,3 +1,6 @@
 
 
 
 
 
1
 
2
- streamlit
3
- transformers
 
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