Skip to content
Snippets Groups Projects
Unverified Commit 3ee2c5c4 authored by zhangzthu's avatar zhangzthu Committed by GitHub
Browse files

Add note for deploy web service (#139)


* add 'book' in DST evaluation.

* Fix TRADE crosswoz training evaluation bug

* Add note on deploy

Co-authored-by: default avatarzheng <zheng@zhangzheng-PC.lan>
parent cae63b92
No related branches found
No related tags found
No related merge requests found
......@@ -94,4 +94,5 @@ def dialog_eg():
if __name__ == '__main__':
# gunicorn deploy.run:app --threads 4
# Note that if you want to run this on a server, use host '0.0.0.0'
app.run(host='127.0.0.1', port=dep_conf['net']['port'], debug=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment