fix readme.md

This commit is contained in:
boxin.wu 2025-06-19 16:24:32 +08:00
parent 576b51dea9
commit 968a82b829

View file

@ -45,7 +45,12 @@ API keys required:
```bash ```bash
pip install -r requirements.txt pip install -r requirements.txt
``` ```
Install `playwright` if needed.
```bash
python -m playwright install --with-deps
```
3. **Run the Streamlit app**: 3. **Run the Streamlit app**:
```bash ```bash
streamlit run ai_meme_generator.py streamlit run ai_meme_generator_agent.py
``` ```