Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -4,6 +4,7 @@ gradio>=3.20.0
|
|
| 4 |
numpy>=1.19.0
|
| 5 |
Pillow>=8.0.0
|
| 6 |
onnxruntime>=1.8.0
|
|
|
|
| 7 |
opencv-python>=4.5.0
|
| 8 |
huggingface_hub>=0.10.0
|
| 9 |
pandas>=1.3.0
|
|
|
|
| 4 |
numpy>=1.19.0
|
| 5 |
Pillow>=8.0.0
|
| 6 |
onnxruntime>=1.8.0
|
| 7 |
+
onnxruntime-gpu
|
| 8 |
opencv-python>=4.5.0
|
| 9 |
huggingface_hub>=0.10.0
|
| 10 |
pandas>=1.3.0
|