Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
|
@@ -1,10 +1,7 @@
|
|
| 1 |
-
# API & UI kombiniert
|
| 2 |
fastapi==0.104.1
|
| 3 |
uvicorn[standard]==0.24.0
|
| 4 |
python-multipart>=0.0.9
|
| 5 |
-
pydantic>=2.0.0,<2.6.0
|
| 6 |
-
gradio==4.20.1
|
| 7 |
-
huggingface-hub==0.20.0
|
| 8 |
Pillow==10.3.0
|
| 9 |
opencv-python-headless==4.8.1.78
|
| 10 |
-
numpy==1.24.3
|
|
|
|
|
|
|
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
python-multipart>=0.0.9
|
|
|
|
|
|
|
|
|
|
| 4 |
Pillow==10.3.0
|
| 5 |
opencv-python-headless==4.8.1.78
|
| 6 |
+
numpy==1.24.3
|
| 7 |
+
pydantic>=2.0.0,<2.6.0
|