Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -16,7 +16,7 @@ modelscope==1.15.0
|
|
16 |
networkx==3.1
|
17 |
omegaconf==2.3.0
|
18 |
#onnxruntime-gpu; sys_platform == 'linux'
|
19 |
-
onnxruntime
|
20 |
openai-whisper==20231117
|
21 |
protobuf==4.25
|
22 |
pydantic==2.7.0
|
|
|
16 |
networkx==3.1
|
17 |
omegaconf==2.3.0
|
18 |
#onnxruntime-gpu; sys_platform == 'linux'
|
19 |
+
onnxruntime #; sys_platform == 'darwin' or sys_platform == 'windows'
|
20 |
openai-whisper==20231117
|
21 |
protobuf==4.25
|
22 |
pydantic==2.7.0
|