Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
torch
|
2 |
torchvision
|
3 |
-
|
4 |
transformers
|
5 |
accelerate
|
6 |
gradio
|
7 |
numpy
|
8 |
pillow
|
9 |
-
|
10 |
-
scipy
|
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
+
|
4 |
transformers
|
5 |
accelerate
|
6 |
gradio
|
7 |
numpy
|
8 |
pillow
|
9 |
+
tqdm
|
10 |
+
scipy
|
11 |
+
huggingface-hub
|