Typo in the git clone
#1
by
avizen0
- opened
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
|