Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.36.1
|
| 2 |
+
huggingface_hub>=0.19.3
|
| 3 |
+
ultralytics>=8.0.0
|
| 4 |
+
torch>=1.7.0
|
| 5 |
+
opencv-python>=4.5.0
|
| 6 |
+
numpy>=1.21.0
|
| 7 |
+
easyocr>=1.7.0 # Für Preis-Extraktion
|