aiEDUcurriculum
commited on
Commit
•
7cdcde1
1
Parent(s):
f291ba0
Add gradio to requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
pip>=23.2.1
|
2 |
pandas==1.3.4
|
3 |
scikit-learn>=1.0.1
|
4 |
-
numpy==1.21.4
|
|
|
|
1 |
pip>=23.2.1
|
2 |
pandas==1.3.4
|
3 |
scikit-learn>=1.0.1
|
4 |
+
numpy==1.21.4
|
5 |
+
gradio>=3.28.3
|