Typo in the git clone
Browse filesChange `seamless-interaction` `seamless_interaction`
README.md
CHANGED
|
@@ -88,7 +88,7 @@ This dataset enables the development of AI technologies that understand human in
|
|
| 88 |
## 🚀 Quick Start
|
| 89 |
|
| 90 |
```bash
|
| 91 |
-
git clone https://github.com/facebookresearch/
|
| 92 |
cd seamless-interaction
|
| 93 |
pip install -e .
|
| 94 |
streamlit run src/seamless_interaction/app/Welcome.py
|
|
|
|
| 88 |
## 🚀 Quick Start
|
| 89 |
|
| 90 |
```bash
|
| 91 |
+
git clone https://github.com/facebookresearch/seamless_interaction
|
| 92 |
cd seamless-interaction
|
| 93 |
pip install -e .
|
| 94 |
streamlit run src/seamless_interaction/app/Welcome.py
|