From b671a6802b3401f005f067d0cc151fee8183140d Mon Sep 17 00:00:00 2001 From: catid Date: Fri, 3 May 2024 19:18:41 +0000 Subject: [PATCH] correct typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e54f41..71e2486 100644 --- a/README.md +++ b/README.md @@ -66,14 +66,14 @@ By default, we use the `instant-mesh-large` reconstruction model variant. ## Start a local gradio demo -To start a gradio demo in your local machine, simply running: +To start a gradio demo in your local machine, simply run: ```bash CUDA_VISIBLE_DEVICES=0 python app.py ``` ## Running with command line -To generate 3D meshes from images via command line, simply running: +To generate 3D meshes from images via command line, simply run: ```bash python run.py configs/instant-mesh-large.yaml examples/hatsune_miku.png --save_video ```