Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
gradio
|
2 |
torch
|
3 |
-
|
4 |
-
transformers==4.
|
|
|
|
|
|
|
5 |
|
6 |
|
7 |
|
|
|
1 |
gradio
|
2 |
torch
|
3 |
+
tqdm==4.65.0
|
4 |
+
transformers==4.28.1
|
5 |
+
datasets==2.11.0
|
6 |
+
huggingface-hub==0.13.4
|
7 |
+
accelerate==0.18.0
|
8 |
|
9 |
|
10 |
|