update README

This commit is contained in:
三洋三洋
2024-02-12 08:41:33 +00:00
parent b4962bfa98
commit 6e2e45a8d6
5 changed files with 590 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ set -exu
export CHECKPOINT_DIR="OleehyO/TexTeller"
export TOKENIZER_DIR="OleehyO/TexTeller"
export USE_CUDA=False # True or False (case-sensitive)
export NUM_BEAM=1
export USE_CUDA=True # True or False (case-sensitive)
export NUM_BEAM=5
streamlit run web.py