|
--- |
|
title: Write4All |
|
emoji: ✍️✅ |
|
colorFrom: pink |
|
colorTo: green |
|
sdk: gradio |
|
sdk_version: 4.25.0 |
|
app_file: app.py |
|
pinned: true |
|
license: mit |
|
--- |
|
|
|
# ✅ Write4All |
|
|
|
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. |
|
|
|
## Requirements |
|
|
|
- Python 3.10+ |
|
- Poetry |
|
- Gemini API key |
|
|
|
|
|
## Installation |
|
|
|
```bash |
|
pip install poetry |
|
``` |
|
|
|
## Running the app |
|
|
|
```bash |
|
export GEMINI_API_KEY=your_api_key_here |
|
poetry run gradio app.py |
|
``` |
|
|
|
## Development |
|
Huggingface spaces require the `requirements.txt` file to be updated with the latest dependencies. |
|
Update the requirements.txt file with the following command: |
|
```bash |
|
poetry export --without-hashes --without dev -f requirements.txt -o requirements.txt |
|
``` |