Spaces:
Runtime error
Runtime error
## Setup for both | |
- Run `firstTimeSetup.sh` | |
- Activate virtualenv `source venv/bin/activate` | |
- Download style transfer model `python download_model.py` | |
## Webcam Demo | |
- Run streamlit webcam application inside virtualenv `make webcam` | |
## Image Demo | |
- In a terminal call in virtualenv `make app` | |