Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu126
|
| 2 |
|
| 3 |
torch>=2.6,<3
|
| 4 |
-
gradio==
|
| 5 |
transformers>=4.38,<5
|
| 6 |
numpy>=1.26,<3
|
| 7 |
matplotlib>=3.8,<4
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu126
|
| 2 |
|
| 3 |
torch>=2.6,<3
|
| 4 |
+
gradio==6.9.0
|
| 5 |
transformers>=4.38,<5
|
| 6 |
numpy>=1.26,<3
|
| 7 |
matplotlib>=3.8,<4
|