Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantroy committed Oct 28, 2024
1 parent 151d973 commit f915115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Replace `<path_to_downloaded_directory>` with the path to your model directory.

## API

This repository comes with a simple, composable API so you can programmatically call the model. You can find a full example [here](demos/api_example.py). But, roughly, it looks like this:
This repository comes with a simple, composable API, so you can programmatically call the model. You can find a full example [here](demos/api_example.py). But, roughly, it looks like this:

```python
from genmo.mochi_preview.pipelines import (
Expand Down

0 comments on commit f915115

Please sign in to comment.