mv-lab commited on
Commit
f8653c8
1 Parent(s): 39417b0

fix requirements

Browse files
requirements_gradio.txt → requirements.txt RENAMED
@@ -1,5 +1,7 @@
1
  torch
2
  transformers
 
 
3
  Pillow>=6.2.2
4
  sentence-transformers==2.3.0
5
  gradio==4.16.0
 
1
  torch
2
  transformers
3
+ numpy
4
+ PyYAML
5
  Pillow>=6.2.2
6
  sentence-transformers==2.3.0
7
  gradio==4.16.0