Test-Toxicity / run.py
DARKWICK's picture
Upload 3 files
a9f62ed verified
raw
history blame contribute delete
94 Bytes
from toxic_comment.src.app import app
if __name__ == '__main__':
app.run(debug=True)