Spaces:
Runtime error
Runtime error
.PHONY: start | |
start: | |
RELOAD=true python app.py | |
test: | |
python style_master/LLMRecommender.py | |
.PHONY: format | |
format: | |
black . | |
install: | |
pip install -r requirements.txt | |
process: | |
python process.py | |