Spaces:
Running
on
Zero
Running
on
Zero
cutechicken
commited on
Commit
•
c63d3c8
1
Parent(s):
9e9b867
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
git+https://github.com/huggingface/transformers.git
|
3 |
-
torch
|
4 |
accelerate
|
5 |
-
|
6 |
-
pandas
|
7 |
einops
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
accelerate
|
2 |
+
timm
|
|
|
3 |
einops
|
4 |
+
torch
|
5 |
+
torchvision
|
6 |
+
git+https://github.com/huggingface/transformers.git
|
7 |
+
sentencepiece
|
8 |
+
|
9 |
+
python-dotenv
|