Add a space

This commit is contained in:
oobabooga 2023-05-10 18:03:12 -03:00 committed by GitHub
parent 3e19733d35
commit 1309cdd257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ script_dir = os.getcwd()
# https://github.com/oobabooga/text-generation-webui/#starting-the-web-ui
CMD_FLAGS = '--chat --model-menu'
def run_cmd(cmd, assert_success=False, environment=False, capture_output=False, env=None):
# Use the conda environment
if environment: