Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
gradio
|
|
|
|
|
|
|
|
|
2 |
numpy
|
|
|
3 |
scikit-learn
|
4 |
-
|
|
|
1 |
gradio
|
2 |
+
gradio[oauth]==4.41.0
|
3 |
+
uvicorn>=0.14.0
|
4 |
+
fastapi<0.113.0
|
5 |
+
spaces
|
6 |
numpy
|
7 |
+
pandas
|
8 |
scikit-learn
|
9 |
+
matplotlib # Optional if needed for visualizations
|