Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
|
|
|
|
|
| 1 |
gradio>=3.41.0
|
| 2 |
-
|
| 3 |
numpy>=1.25.0
|
| 4 |
-
pillow>=10.1.0
|
|
|
|
| 1 |
+
torch>=2.1.0
|
| 2 |
+
transformers>=4.35.0
|
| 3 |
gradio>=3.41.0
|
| 4 |
+
accelerate>=0.23.0
|
| 5 |
numpy>=1.25.0
|
| 6 |
+
pillow>=10.1.0
|