Spaces:
Runtime error
Runtime error
Upload app.py with huggingface_hub
Browse files
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-
|
| 38 |
|
| 39 |
# Run with face tracking
|
| 40 |
-
reachy-
|
| 41 |
|
| 42 |
# Audio only (no camera)
|
| 43 |
-
reachy-
|
| 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
|