Update README.md
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ Replace `<path_to_downloaded_directory>` with the path to your model directory.
|
|
69 |
|
70 |
## API
|
71 |
|
72 |
-
This repository comes with a simple, composable API, so you can programmatically call the model.
|
73 |
|
74 |
```python
|
75 |
from genmo.mochi_preview.pipelines import (
|
|
|
69 |
|
70 |
## API
|
71 |
|
72 |
+
This repository comes with a simple, composable API, so you can programmatically call the model. This API gives the highest quality results. You can find a full example [here](demos/api_example.py). But, roughly, it looks like this:
|
73 |
|
74 |
```python
|
75 |
from genmo.mochi_preview.pipelines import (
|