Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -9,4 +9,5 @@ huggingface-hub
|
|
| 9 |
segmentation_models_pytorch
|
| 10 |
torch
|
| 11 |
deepface
|
| 12 |
-
tf_keras
|
|
|
|
|
|
| 9 |
segmentation_models_pytorch
|
| 10 |
torch
|
| 11 |
deepface
|
| 12 |
+
tf_keras
|
| 13 |
+
onnxruntime-gpu # Use 'onnxruntime' for CPU-only
|