Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
transformers>=4.
|
| 3 |
accelerate>=0.34.2
|
| 4 |
torch>=2.3.0
|
| 5 |
networkx>=3.2.1
|
| 6 |
matplotlib>=3.8.4
|
| 7 |
numpy>=1.26.4
|
| 8 |
regex>=2024.5.15
|
|
|
|
|
|
| 1 |
+
gradio==5.49.1
|
| 2 |
+
transformers>=4.46.0
|
| 3 |
accelerate>=0.34.2
|
| 4 |
torch>=2.3.0
|
| 5 |
networkx>=3.2.1
|
| 6 |
matplotlib>=3.8.4
|
| 7 |
numpy>=1.26.4
|
| 8 |
regex>=2024.5.15
|
| 9 |
+
Pillow>=10.3.0
|