robertkeus commited on
Commit
c01276e
·
verified ·
1 Parent(s): c11ab16

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -34,13 +34,13 @@ pip install git+https://huggingface.co/spaces/robertkeus/reachy-vibe-coder
34
  source .venv/bin/activate
35
 
36
  # Run with Gradio UI
37
- reachy-mini-conversation-app --gradio
38
 
39
  # Run with face tracking
40
- reachy-mini-conversation-app --head-tracker mediapipe
41
 
42
  # Audio only (no camera)
43
- reachy-mini-conversation-app --no-camera
44
  ```
45
 
46
  ## ✨ Features
 
34
  source .venv/bin/activate
35
 
36
  # Run with Gradio UI
37
+ reachy-vibe-coder --gradio
38
 
39
  # Run with face tracking
40
+ reachy-vibe-coder --head-tracker mediapipe
41
 
42
  # Audio only (no camera)
43
+ reachy-vibe-coder --no-camera
44
  ```
45
 
46
  ## ✨ Features