Spaces:
Sleeping
Sleeping
[Dependency] Add timm
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
|
|
| 1 |
torch --index-url https://download.pytorch.org/whl/cpu
|
| 2 |
torchvision --index-url https://download.pytorch.org/whl/cpu
|
| 3 |
torchaudio --index-url https://download.pytorch.org/whl/cpu
|
| 4 |
vietocr==0.3.11
|
| 5 |
streamlit==1.22.0
|
| 6 |
pandas
|
| 7 |
-
transformers==4.29.1
|
| 8 |
-
timm==0.9.2
|
|
|
|
| 1 |
+
timm==0.9.2
|
| 2 |
torch --index-url https://download.pytorch.org/whl/cpu
|
| 3 |
torchvision --index-url https://download.pytorch.org/whl/cpu
|
| 4 |
torchaudio --index-url https://download.pytorch.org/whl/cpu
|
| 5 |
vietocr==0.3.11
|
| 6 |
streamlit==1.22.0
|
| 7 |
pandas
|
| 8 |
+
transformers==4.29.1
|
|
|