From 19083c5e2e6595fdcd87e52424cc2a840b064764 Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Fri, 16 Aug 2024 15:50:59 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0f6010..1b96b47 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ You can install and start IOPaint easily by running following command: # pip3 install torch==2.1.2 torchvision==0.16.2 --index-url https://download.pytorch.org/whl/rocm5.6 pip3 install iopaint -iopaint start --model=lama --device=cpu --port=8080 +iopaint start --model=lama --device=cpu --host 0.0.0.0 --port=8080 ``` That's it, you can start using IOPaint by visiting http://localhost:8080 in your web browser.