dshamika commited on
Commit
ff544ba
·
verified ·
1 Parent(s): 21bc4d3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
- gradio
2
- torch
3
- diffusers
4
- transformers
5
- pillow
6
- langid # For simple language detection (supports si, en, ta)
 
1
+ gradio>=3.50
2
+ transformers>=4.40
3
+ torch>=2.1
4
+ sentencepiece>=0.1.99
5
+ tokenizers>=0.13.3