Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
accelerate==1.0.1
|
4 |
-
gradio==4.44.1
|
5 |
websockets==12.0
|
6 |
numpy==1.26.4
|
7 |
pandas==2.2.2
|
@@ -10,4 +10,4 @@ requests==2.32.3
|
|
10 |
packaging==24.2.0
|
11 |
fsspec==2025.3.2
|
12 |
rich==13.7.1
|
13 |
-
scipy==1.15.3
|
|
|
1 |
+
transformers>=4.26.0
|
2 |
+
torch>=2.0.0
|
3 |
+
gradio>=4.44.1
|
4 |
accelerate==1.0.1
|
|
|
5 |
websockets==12.0
|
6 |
numpy==1.26.4
|
7 |
pandas==2.2.2
|
|
|
10 |
packaging==24.2.0
|
11 |
fsspec==2025.3.2
|
12 |
rich==13.7.1
|
13 |
+
scipy==1.15.3
|