GrayShine commited on
Commit
65e9383
1 Parent(s): fe84f7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ def init_model():
170
  args = parser.parse_args()
171
  args = OmegaConf.load(args.config)
172
  device = "cuda" if torch.cuda.is_available() else "cpu"
173
- output_path = args.save_img_path
174
  # Load model:
175
  latent_h = args.image_size[0] // 8
176
  latent_w = args.image_size[1] // 8
 
170
  args = parser.parse_args()
171
  args = OmegaConf.load(args.config)
172
  device = "cuda" if torch.cuda.is_available() else "cpu"
173
+ output_path = args.save_path
174
  # Load model:
175
  latent_h = args.image_size[0] // 8
176
  latent_w = args.image_size[1] // 8