Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -8
requirements.txt
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
-
transformers==4.12.5
|
2 |
-
torch==1.10.0
|
3 |
-
torchvision==0.11.1
|
4 |
-
Pillow==8.4.0
|
5 |
-
numpy==1.21.4
|
6 |
-
ninja
|
7 |
-
haystack-ai
|
8 |
pymed
|
9 |
gradio
|
10 |
python-dotenv
|
11 |
-
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
pymed
|
2 |
gradio
|
3 |
python-dotenv
|
4 |
+
transformers
|
5 |
+
torch
|
6 |
+
torchvision==0.11.1
|
7 |
+
Pillow==8.4.0
|
8 |
+
numpy==1.21.4
|