Aftrhour_demo / Makefile
BerserkerMother's picture
Adds dev entry to run everything
cfb065d
raw
history blame
No virus
155 Bytes
setup:
pip install -r requirements.txt
format:
black elise/src/
lint:
pylint elise/src/
gradio:
python elise/src/app.py
dev:
make format lint gradio