Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
torch
|
| 2 |
-
transformers
|
| 3 |
numpy
|
| 4 |
-
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch
|
|
|
|
| 2 |
numpy
|
| 3 |
+
gradio
|
| 4 |
+
accelerate>=0.33.0
|
| 5 |
+
gradio>=4.31.0
|
| 6 |
+
transformers>=4.44.0
|
| 7 |
+
huggingface_hub>=0.24.0
|