update README.md
This commit is contained in:
11
src/start_web.bat
Normal file
11
src/start_web.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
SETLOCAL ENABLEEXTENSIONS
|
||||
|
||||
set CHECKPOINT_DIR=default
|
||||
set TOKENIZER_DIR=default
|
||||
set USE_CUDA=False REM True or False (case-sensitive)
|
||||
set NUM_BEAM=1
|
||||
|
||||
streamlit run web.py
|
||||
|
||||
ENDLOCAL
|
||||
Reference in New Issue
Block a user