title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license |
---|---|---|---|---|---|---|---|---|
Write4All |
✍️✅ |
pink |
green |
gradio |
4.25.0 |
app.py |
true |
mit |
In a world where diversity and inclusivity are essential, crafting content that resonates with everyone can be a challenge. With ✅Write4All I hope making the world more inclusive, one word and image at a time.
See it in action in:
- HuggingFace Spaces: ✅Write4All.
- Examples notebook: ✅Write4All Examples.
- Python 3.10+
- Poetry
- Gemini API key
poetry install
export GEMINI_API_KEY=your_api_key_here
poetry run gradio app.py
HuggingFace Spaces require the requirements.txt
file to be updated with the latest dependencies.
Update the requirements.txt
file with the following command:
poetry export --without-hashes --without dev -f requirements.txt -o requirements.txt