Alina Lozovskaya commited on
Commit
9cf0f6b
·
1 Parent(s): e6be86a

Update README

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -60,7 +60,7 @@ reachy-mini-conversation-demo
60
  |--------|--------|---------|-------------|
61
  | `--head-tracker` | `yolo`, `mediapipe` | `None` | Enable **head tracking** using the specified tracker:<br>• **yolo** → YOLO-based head tracker.<br>• **mediapipe** → MediaPipe-based head tracker.<br> |
62
  | `--no-camera` | *(flag)* | off | Disable **camera usage** entirely. |
63
- | `--gradio` | *(flag)* | off | **⚠️ Under construction** - Open Gradio interface (currently not implemented). |
64
  | `--debug` | *(flag)* | off | Enable **debug logging** (default log level is INFO). |
65
 
66
  ## Examples
@@ -72,3 +72,7 @@ reachy-mini-conversation-demo --head-tracker yolo
72
  ```
73
  reachy-mini-conversation-demo --head-tracker mediapipe --debug
74
  ```
 
 
 
 
 
60
  |--------|--------|---------|-------------|
61
  | `--head-tracker` | `yolo`, `mediapipe` | `None` | Enable **head tracking** using the specified tracker:<br>• **yolo** → YOLO-based head tracker.<br>• **mediapipe** → MediaPipe-based head tracker.<br> |
62
  | `--no-camera` | *(flag)* | off | Disable **camera usage** entirely. |
63
+ | `--gradio` | *(flag)* | off | Launch with **Gradio web interface** for browser-based interaction. Required when running in simulation mode. |
64
  | `--debug` | *(flag)* | off | Enable **debug logging** (default log level is INFO). |
65
 
66
  ## Examples
 
72
  ```
73
  reachy-mini-conversation-demo --head-tracker mediapipe --debug
74
  ```
75
+ - Run with Gradio web interface:
76
+ ```
77
+ reachy-mini-conversation-demo --gradio
78
+ ```