shndap commited on
Commit
f77aa91
·
1 Parent(s): 32a6857

Update requirements.txt to include additional dependencies: torch, transformers, pillow, faiss-cpu, accelerate, and safetensors, while retaining gradio and requests.

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -3
requirements.txt CHANGED
@@ -1,3 +1,9 @@
1
- gradio>=4.36.1
2
- huggingface_hub>=0.23.0
3
- requests>=2.31.0
 
 
 
 
 
 
 
1
+ torch
2
+ transformers
3
+ pillow
4
+ faiss-cpu
5
+ huggingface_hub
6
+ accelerate
7
+ safetensors
8
+ gradio
9
+ requests