joytou commited on
Commit
48333d1
1 Parent(s): 4800093

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
server.py CHANGED
@@ -57,7 +57,7 @@ def add_dream():
57
  def run():
58
  if __name__ == "__main__":
59
  from os import environ
60
- application.run(host='0.0.0.0', port=int(environ['PORT']))
61
 
62
  t = Thread(target=run)
63
  t.start()
 
57
  def run():
58
  if __name__ == "__main__":
59
  from os import environ
60
+ application.run(host='0.0.0.0', port=7860)
61
 
62
  t = Thread(target=run)
63
  t.start()