robertkeus commited on
Commit
a9ef42f
·
verified ·
1 Parent(s): f7c0a2b

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -16,12 +16,6 @@ DESCRIPTION = """
16
 
17
  ## 🚀 Quick Install
18
 
19
- ```bash
20
- pip install reachy-mini-conversation-app
21
- ```
22
-
23
- Or install from this Space:
24
-
25
  ```bash
26
  pip install git+https://huggingface.co/spaces/robertkeus/reachy-vibe-coder
27
  ```
@@ -81,7 +75,7 @@ INSTALL_INSTRUCTIONS = """
81
 
82
  ```bash
83
  git clone https://huggingface.co/spaces/robertkeus/reachy-vibe-coder
84
- cd reachy-mini-conversation-app
85
 
86
  uv venv --python 3.12.1
87
  source .venv/bin/activate
@@ -92,7 +86,7 @@ uv sync
92
 
93
  ```bash
94
  git clone https://huggingface.co/spaces/robertkeus/reachy-vibe-coder
95
- cd reachy-mini-conversation-app
96
 
97
  python -m venv .venv
98
  source .venv/bin/activate
 
16
 
17
  ## 🚀 Quick Install
18
 
 
 
 
 
 
 
19
  ```bash
20
  pip install git+https://huggingface.co/spaces/robertkeus/reachy-vibe-coder
21
  ```
 
75
 
76
  ```bash
77
  git clone https://huggingface.co/spaces/robertkeus/reachy-vibe-coder
78
+ cd reachy-vibe-coder
79
 
80
  uv venv --python 3.12.1
81
  source .venv/bin/activate
 
86
 
87
  ```bash
88
  git clone https://huggingface.co/spaces/robertkeus/reachy-vibe-coder
89
+ cd reachy-vibe-coder
90
 
91
  python -m venv .venv
92
  source .venv/bin/activate