Sj8287's picture
Duplicate from Sj8287/Sentiment_Classification
bd7db97
raw
history blame contribute delete
94 Bytes
from app import app
if __name__=='__main__':
app.run(debug=True,host='0.0.0.0',port=5000)