Spaces:
Sleeping
Sleeping
Update requirements.txt to include additional dependencies: torch, transformers, pillow, faiss-cpu, accelerate, and safetensors, while retaining gradio and requests.
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
transformers
|
| 3 |
+
pillow
|
| 4 |
+
faiss-cpu
|
| 5 |
+
huggingface_hub
|
| 6 |
+
accelerate
|
| 7 |
+
safetensors
|
| 8 |
+
gradio
|
| 9 |
+
requests
|