update README.md

This commit is contained in:
三洋三洋
2024-04-06 11:57:50 +00:00
parent 93fc22adf5
commit 840be6b843
3 changed files with 26 additions and 5 deletions

11
src/start_web.bat Normal file
View 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