Update web_demo.py

pull/57/head
LYMDLUT 2023-07-14 00:54:46 +08:00 committed by GitHub
parent 830c0cc2a8
commit 0676254266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ def parse_args():
def main(args):
torch.cuda.empty_cache()
print("load model begin.")
model, tokenizer = load_model(args.model_path)
print("load model end.")