dungnt7 commited on
Commit
402050d
1 Parent(s): 06c6403

[README] Add SDK

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🚀
4
  colorFrom: indigo
5
  colorTo: purple
6
  sdk: streamlit
7
- sdk_version: 1.10.0
8
  app_file: app.py
9
  pinned: false
10
  ---
 
4
  colorFrom: indigo
5
  colorTo: purple
6
  sdk: streamlit
7
+ sdk_version: 1.21.0
8
  app_file: app.py
9
  pinned: false
10
  ---
requirements.txt CHANGED
@@ -3,6 +3,6 @@ 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.10.0
7
  pandas
8
  transformers==4.29.1
 
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.21.0
7
  pandas
8
  transformers==4.29.1