Skip to content

Commit 36122fd

Browse files
author
wangyukai
committed
[FIX] fix script demo path
1 parent ca82a9a commit 36122fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/en/user_guide/internnav/quick_start/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,11 @@ InternNav/
362362
Currently the gradio demo is only available in **habitat** environment. Replace the 'model_path' variable in 'vln_gradio_backend.py' with the path of InternVLA-N1 checkpoint.
363363
```bash
364364
conda activate <habitat-env>
365-
python3 scripts/eval/vln_gradio_backend.py
365+
python3 scripts/demo/vln_gradio_backend.py
366366
```
367367
Find the IP address of the node allocated by Slurm. Then change the BACKEND_URL in the gradio client (navigation_ui.py) to the server's IP address. Start the gradio.
368368
```bash
369-
python scripts/eval/navigation_ui.py
369+
python scripts/demo/navigation_ui.py
370370
```
371371
Note that it's better to run the Gradio client on a machine with a graphical user interface (GUI) but ensure there is proper network connectivity between the client and the server. Download the gradio scene assets from [huggingface](https://huggingface.co/datasets/InternRobotics/Scene-N1) and extract them into the `scene_assets` directory of the client. Then open a browser and enter the Gradio address (such as http://0.0.0.0:5700). We can see the interface as shown below.
372372
![img.png](../../../_static/image/gradio_interface.jpg)

0 commit comments

Comments
 (0)