Update README.md

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

View file

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