Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ numpy==1.26.4 # Array operations
|
|
7 |
|
8 |
# Optional but recommended for production
|
9 |
h5py==3.10.0 # For .h5 model files
|
10 |
-
python-dotenv==1.0.0 # Environment variable management
|
|
|
|
7 |
|
8 |
# Optional but recommended for production
|
9 |
h5py==3.10.0 # For .h5 model files
|
10 |
+
python-dotenv==1.0.0 # Environment variable management
|
11 |
+
gradio>=3.50.2 # Ensure webcam features are available
|