mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-12-25 05:48:55 +01:00
Add a space
This commit is contained in:
parent
3e19733d35
commit
1309cdd257
1
webui.py
1
webui.py
@ -12,6 +12,7 @@ script_dir = os.getcwd()
|
|||||||
# https://github.com/oobabooga/text-generation-webui/#starting-the-web-ui
|
# https://github.com/oobabooga/text-generation-webui/#starting-the-web-ui
|
||||||
CMD_FLAGS = '--chat --model-menu'
|
CMD_FLAGS = '--chat --model-menu'
|
||||||
|
|
||||||
|
|
||||||
def run_cmd(cmd, assert_success=False, environment=False, capture_output=False, env=None):
|
def run_cmd(cmd, assert_success=False, environment=False, capture_output=False, env=None):
|
||||||
# Use the conda environment
|
# Use the conda environment
|
||||||
if environment:
|
if environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user