Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
torch
|
2 |
git+https://github.com/huggingface/accelerate.git
|
3 |
#bitsandbytes
|
@@ -8,7 +9,7 @@ hf-transfer
|
|
8 |
huggingface_hub[hf_transfer]
|
9 |
sentencepiece
|
10 |
paramiko
|
11 |
-
gradio
|
12 |
numpy
|
13 |
opencv-python
|
14 |
git+https://github.com/asomoza/image_gen_aux.git
|
|
|
1 |
+
spaces
|
2 |
torch
|
3 |
git+https://github.com/huggingface/accelerate.git
|
4 |
#bitsandbytes
|
|
|
9 |
huggingface_hub[hf_transfer]
|
10 |
sentencepiece
|
11 |
paramiko
|
12 |
+
#gradio
|
13 |
numpy
|
14 |
opencv-python
|
15 |
git+https://github.com/asomoza/image_gen_aux.git
|