Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -8,5 +8,8 @@ transformers
|
|
8 |
# ONNX Runtime for high-performance inference on CPU
|
9 |
onnxruntime
|
10 |
|
|
|
|
|
|
|
11 |
# PyTorch is required by the underlying feature extractor
|
12 |
torch
|
|
|
8 |
# ONNX Runtime for high-performance inference on CPU
|
9 |
onnxruntime
|
10 |
|
11 |
+
# The library for the ONNX model format itself (was missing)
|
12 |
+
onnx
|
13 |
+
|
14 |
# PyTorch is required by the underlying feature extractor
|
15 |
torch
|