Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.25.0 # Ensure compatibility with latest version
|
2 |
+
tensorflow==2.14.0 # Replace with the version you used for training
|
3 |
+
Pillow==9.3.0 # For image processing
|
4 |
+
numpy==1.24.4 # For numerical computations
|