Skip to content

Commit b22fec1

Browse files
committed
more docs + defaults
1 parent 948aeab commit b22fec1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

apps/interactive_drive/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ uv run flashdreams-run-v2 interactive-drive-omnidreams --mode webrtc --port 8089
2828
Use `interactive-drive-omnidreams-perf` instead for the native-accelerated,
2929
performance-tuned configuration.
3030

31+
Forward so that you may connect via localhost:8089 by adding `--host 0.0.0.0`
32+
3133
The default scene downloads on first use from the gated
3234
`nvidia/omni-dreams-scenes` Hugging Face dataset. Application arguments are
3335
optional and follow the `--` separator:

apps/interactive_drive/interactive_drive/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ def configure_logging() -> None:
1616
logger.remove()
1717
logger.add(
1818
sys.stderr,
19-
level=os.environ.get("LOGURU_LEVEL", "WARNING"),
19+
level=os.environ.get("LOGURU_LEVEL", "INFO"),
2020
format=_LOG_FORMAT,
2121
)

0 commit comments

Comments
 (0)