[Dependency] Add streamlit
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,2 +1,5 @@
|
|
|
|
|
|
|
|
1 |
vietocr==0.3.11
|
2 |
streamlit==1.22.0
|
|
|
1 |
+
torch==2.0.1 --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
|