Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.29.0 # Adjust to the version you're using
|
2 |
+
tensorflow==2.10.0 # Adjust to a compatible version with your Python version
|
3 |
+
numpy==1.23.0 # Update based on your needs
|
4 |
+
pandas==1.5.0 # Update based on your needs
|
5 |
+
python-dotenv==1.0.0 # For loading environment variables
|