From 3ee2c5c4de706bfb0943cefed36c1979608bf9ca Mon Sep 17 00:00:00 2001
From: zhangzthu <zhangz.goal@gmail.com>
Date: Wed, 30 Sep 2020 17:05:38 +0800
Subject: [PATCH] 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: zheng <zheng@zhangzheng-PC.lan>
---
 deploy/run.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/deploy/run.py b/deploy/run.py
index eee1641..2af109d 100755
--- a/deploy/run.py
+++ b/deploy/run.py
@@ -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)
-- 
GitLab