varshakolanu commited on
Commit
463be92
·
verified ·
1 Parent(s): f0495e2

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ gradio==4.19.2
2
+ pandas==2.0.3
3
+ joblib==1.3.0
4
+ scikit-learn==1.2.2 # Add if you use it
5
+ numpy==1.24.3