Spaces:
Running
Running
Abhipsha Das
commited on
Commit
•
fa00fc5
1
Parent(s):
a2b5ed5
update reqs
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
gradio==4.40.0
|
2 |
networkx==3.3
|
3 |
pandas==2.2.2
|
@@ -6,3 +9,7 @@ tabulate==0.9.0
|
|
6 |
fastapi==0.104.1
|
7 |
pydantic==2.5.3
|
8 |
uvicorn==0.27.1
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.4.0
|
2 |
+
torchvision
|
3 |
+
torchaudio
|
4 |
gradio==4.40.0
|
5 |
networkx==3.3
|
6 |
pandas==2.2.2
|
|
|
9 |
fastapi==0.104.1
|
10 |
pydantic==2.5.3
|
11 |
uvicorn==0.27.1
|
12 |
+
transformers==4.44.0
|
13 |
+
numpy==2.0.1
|
14 |
+
scikit-learn==1.5.1
|
15 |
+
accelerate==0.33.0
|