Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ numpy==1.26.4 # Array operations
|
|
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
|
|
|
|
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
|
12 |
+
fpdf
|