modelDemo / .gitignore
aarnow's picture
Fix build issues: add streamlit to requirements, fix deprecated tokenizer API, fix matplotlib backend for Streamlit
434ab59
raw
history blame contribute delete
95 Bytes
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
streamlit.log
*.png
foo.png
.env
.venv
env/
ENV/