Spaces:
Sleeping
Sleeping
add torch and torchvision to requirements
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
comet_ml
|
2 |
gradio
|
3 |
transformers
|
4 |
-
pandas
|
|
|
|
|
|
1 |
comet_ml
|
2 |
gradio
|
3 |
transformers
|
4 |
+
pandas
|
5 |
+
torch
|
6 |
+
torchvision
|