ghostai1 commited on
Commit
c12489f
·
verified ·
1 Parent(s): 165ffff

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  transformers>=4.30.0
2
  torch>=2.0.0
 
3
  gradio==5.31.0
4
- pillow
 
1
  transformers>=4.30.0
2
  torch>=2.0.0
3
+ timm>=0.9.0 # added for DETR backbone
4
  gradio==5.31.0
5
+ pillow