prasad6145 commited on
Commit
a3bab8f
·
verified ·
1 Parent(s): a05edda

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- tensorflow
2
- gradio
3
- numpy
4
- tf2onnx # If using ONNX
 
1
+ tensorflow-cpu==2.15.0 # Use CPU-compatible TensorFlow version
2
+ gradio==4.16.0
3
+ numpy