Skip to content

Commit dd4a0b6

Browse files
burtenshawpcuenca
andauthored
Apply suggestions from code review
Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 5e3d610 commit dd4a0b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/inference-providers/guides/image-editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This creates a basic project structure with a `pyproject.toml` file. Now add the
4242
uv add huggingface-hub>=0.34.4 gradio>=5.0.0 pillow>=11.3.0
4343
```
4444

45-
The dependencies are now installed and ready to use! Also, `uv` will create a handy `pyproject.toml` file for you to manage your dependencies as a project.
45+
The dependencies are now installed and ready to use! Also, `uv` will maintain the `pyproject.toml` file for you as you add dependencies.
4646

4747
<Tip>
4848

@@ -339,4 +339,4 @@ Congratulations! You've created a production-ready AI image editor. Now that you
339339
- **Object removal**: Remove unwanted objects from images
340340
- **Provider comparison**: Benchmark different providers for your use case
341341

342-
Happy building! And remember to share your app with the community on the hub.
342+
Happy building! And remember to share your app with the community on the Hub.

0 commit comments

Comments
 (0)