Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
opencv-python # for advanced image analysis
|
| 7 |
-
# Add your deep learning framework here if using a real model (torch/tensorflow/etc)
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
reportlab
|
| 3 |
+
pillow
|
| 4 |
+
numpy
|
| 5 |
+
opencv-python
|
|
|
|
|
|