Update README_zh.md
This commit is contained in:
10
src/start_web.sh
Executable file
10
src/start_web.sh
Executable 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
|
||||
Reference in New Issue
Block a user