Spaces:
Sleeping
Sleeping
Commit ·
69068f3
1
Parent(s): e6656a0
fix: add missing onnx dependencies for local translation fallback
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -14,3 +14,6 @@ sacremoses>=0.1.1
|
|
| 14 |
httpx
|
| 15 |
feedparser
|
| 16 |
IndicTransToolkit
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
httpx
|
| 15 |
feedparser
|
| 16 |
IndicTransToolkit
|
| 17 |
+
onnx
|
| 18 |
+
onnxruntime
|
| 19 |
+
optimum
|