Update README.md
This commit is contained in:
parent
576b51dea9
commit
0f68b3578d
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
Loading…
Reference in a new issue