diff --git a/server/README.md b/server/README.md index 5bebd8d893ab58515054e1ff4bba691ae0a2b1c7..3647819ea65d9a4f1f216c0b5cad15d494e2756f 100644 --- a/server/README.md +++ b/server/README.md @@ -17,7 +17,7 @@ python ../tools/dockrun.py python process-local.py \ --input_file static/facades-input.png \ --output_file output.png # run local server -python ../tools/dockrun.py python --port 8000 serve.py --local_models_dir models +python ../tools/dockrun.py --port 8000 python serve.py --port 8000 --local_models_dir models # test the local server python process-remote.py \ --input_file static/facades-input.png \ @@ -77,4 +77,4 @@ gcloud docker -- push us.gcr.io/$GOOGLE_PROJECT/pix2pix-server # to use local models instead of cloud models if desired python ../tools/dockrun.py terraform plan -var "GOOGLE_PROJECT=$GOOGLE_PROJECT" -target google_compute_instance.pix2pix-singleton python ../tools/dockrun.py terraform apply -var "GOOGLE_PROJECT=$GOOGLE_PROJECT" -target google_compute_instance.pix2pix-singleton -``` \ No newline at end of file +```