From a2c71f614bb4cdedcf034185d3265b1524425cfd Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 7 Oct 2024 00:25:46 +0900 Subject: [PATCH] docs: update README.md (#47) minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ea2c6c7..ec5ac09d 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ print(tokenizer.decode(out[0], skip_special_tokens=True)) ``` ### Gradio Web App Example -A environment variable is available to control share link or not. +An environment variable is available to control share link or not. `export SHARE_LINK=1` ``` python -m vptq.app