Eric P. Nusbaum commited on
Commit
4e0ba39
·
1 Parent(s): ae5135e

Update to use ONNX

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- gradio>=3.0.0
2
- tensorflow==2.11.0 # Ensure this matches the TensorFlow version used during model training
3
- Pillow
4
- numpy<2.0.0
 
 
1
+ gradio==3.32.0
2
+ onnx==1.14.0
3
+ onnxruntime==1.15.1
4
+ Pillow==9.5.0
5
+ numpy==1.25.0