NitishBorthakur commited on
Commit
f9fbb4a
·
verified ·
1 Parent(s): 800b718

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- gradio
2
  requests
3
  Pillow
4
  numpy
5
- opencv-python # Or opencv-python-headless if you don't need GUI features
6
- landingai
 
 
1
+ gradio==3.46.0
2
  requests
3
  Pillow
4
  numpy
5
+ opencv-python-headless # Use headless version since we don't need GUI
6
+ landingai==0.3.46
7
+ pydantic-settings