Explorar el Código

端口号修改

liangzhongquan hace 2 años
padre
commit
589b99947b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server.py

+ 1 - 1
server.py

@@ -192,7 +192,7 @@ if __name__ == '__main__':
     import argparse
     parser = argparse.ArgumentParser()
     parser.add_argument('--host', default = 'localhost')
-    parser.add_argument('--port', default = 8000)
+    parser.add_argument('--port', default = 8080)
     parser.add_argument('--precache-models', action='store_true',
             help='Pre-cache all models in memory upon initialization, otherwise dynamically caches models')
     opt = parser.parse_args()