Spaces:
Sleeping
Sleeping
Update
#3
by CREATORJD - opened
- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
gradio
|
|
|
|
| 2 |
rtmlib
|
| 3 |
onnxruntime-gpu
|
| 4 |
opencv-python-headless
|
| 5 |
numpy
|
| 6 |
-
pillow
|
| 7 |
-
# ZeroGPU image provides `spaces`. If a GPU/CUDA mismatch appears in build logs,
|
| 8 |
-
# swap onnxruntime-gpu -> onnxruntime (CPU) — single-image inference is still fast.
|
|
|
|
| 1 |
gradio
|
| 2 |
+
pydantic==2.10.6
|
| 3 |
rtmlib
|
| 4 |
onnxruntime-gpu
|
| 5 |
opencv-python-headless
|
| 6 |
numpy
|
| 7 |
+
pillow
|
|
|
|
|
|