fix readme.md
This commit is contained in:
parent
576b51dea9
commit
968a82b829
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||||
```
|
```
|
||||||
Loading…
Reference in a new issue