anabury commited on
Commit
2a9cd2c
·
verified ·
1 Parent(s): 91f79af

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,9 +1,9 @@
 
1
  transformers
2
  torch
3
  requests
4
  Pillow
5
  open_clip_torch
6
  ftfy
7
-
8
- # This is only needed for local deployment
9
- gradio
 
1
+ gradio
2
  transformers
3
  torch
4
  requests
5
  Pillow
6
  open_clip_torch
7
  ftfy
8
+ langdetect
9
+ googletrans==4.0.0rc1