Spaces:
Runtime error
Runtime error
keldrenloy
commited on
Commit
•
6b2b912
1
Parent(s):
e0f62df
Update requirements.txt
Browse files- requirements.txt +7 -10
requirements.txt
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
-
gradio
|
2 |
-
huggingface-hub
|
3 |
-
numpy
|
4 |
-
pandas
|
5 |
-
Pillow
|
6 |
-
torch
|
7 |
-
|
8 |
-
torchmetrics==0.9.3
|
9 |
-
torchvision==0.13.1+cu113
|
10 |
-
transformers==4.21.3
|
|
|
1 |
+
gradio
|
2 |
+
huggingface-hub
|
3 |
+
numpy
|
4 |
+
pandas
|
5 |
+
Pillow
|
6 |
+
torch
|
7 |
+
transformers
|
|
|
|
|
|