hivecorp commited on
Commit
4eeb433
·
verified ·
1 Parent(s): 454da09

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
- gradio
2
- transformers
3
- torch
4
- onnxruntime
 
 
 
1
+ onnxruntime>=1.15.0
2
+ torch>=2.0.0
3
+ gradio>=3.0.0
4
+ scipy>=1.10.0
5
+ numpy>=1.23.0
6
+ huggingface_hub>=0.15.0