Spaces:
Configuration error
Configuration error
Update app.py
Browse files
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.
|
| 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
|