Update README_zh.md

This commit is contained in:
OleehyO
2024-03-25 16:35:34 +08:00
committed by GitHub
commit 14b637cd6b
60 changed files with 1792 additions and 0 deletions

10
src/start_web.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -exu
export CHECKPOINT_DIR="default"
export TOKENIZER_DIR="default"
# export USE_CUDA=False # True or False (case-sensitive)
export USE_CUDA=True # True or False (case-sensitive)
export NUM_BEAM=10
streamlit run web.py