Update files
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -exu
|
||||
|
||||
export CHECKPOINT_DIR="OleehyO/TexTeller"
|
||||
export TOKENIZER_DIR="OleehyO/TexTeller"
|
||||
export USE_CUDA=True # True or False (case-sensitive)
|
||||
export NUM_BEAM=5
|
||||
export CHECKPOINT_DIR="default"
|
||||
export TOKENIZER_DIR="default"
|
||||
export USE_CUDA=False # True or False (case-sensitive)
|
||||
export NUM_BEAM=1
|
||||
|
||||
streamlit run web.py
|
||||
|
||||
Reference in New Issue
Block a user