Spaces:
Sleeping
Sleeping
Fix: Add missing torchvision dependency
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
streamlit
|
| 2 |
transformers
|
| 3 |
torch
|
|
|
|
| 4 |
safetensors
|
| 5 |
pandas
|
| 6 |
plotly
|
|
|
|
| 1 |
streamlit
|
| 2 |
transformers
|
| 3 |
torch
|
| 4 |
+
torchvision
|
| 5 |
safetensors
|
| 6 |
pandas
|
| 7 |
plotly
|