update README.md

This commit is contained in:
Qing
2022-10-27 23:02:31 +08:00
parent 75ecb16953
commit 49e26a5e6c
2 changed files with 12 additions and 6 deletions

View File

@@ -88,7 +88,7 @@ def config(c, disable_device_choice=False):
)
device = DEVICE.CPU
desktop = Confirm.ask("Start as desktop app?")
desktop = Confirm.ask("Start as desktop app?", default=True)
configs = {
"model": model,