|
@@ -67,6 +67,16 @@ pip install -r requirements.txt
|
|
|
python app.py
|
|
|
```
|
|
|
|
|
|
+## Running [Gradio](https://github.com/gradio-app/gradio) demo locally
|
|
|
+
|
|
|
+A demo is hosted [here](https://huggingface.co/spaces/facebook/seamless_m4t) on Hugging Face Spaces, but you can also try it locally.
|
|
|
+
|
|
|
+```bash
|
|
|
+cd demo
|
|
|
+pip install -r requirements.txt
|
|
|
+python app.py
|
|
|
+```
|
|
|
+
|
|
|
# Libraries
|
|
|
|
|
|
Seamless Communication depends on 3 libraries developed by Meta.
|