Skip to content

Commit 9dcaa42

Browse files
committed
Merge branch 'maisi' of https://github.com/Can-Zhao/tutorials into maisi
2 parents de69a55 + e11dabc commit 9dcaa42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generation/maisi/maisi_inference_tutorial.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,9 @@
452452
" model_def_path = \"./configs/config_maisi3d-rflow.json\"\n",
453453
"else:\n",
454454
" raise ValueError(f\"maisi_version has to be chosen from ['maisi3d-ddpm', 'maisi3d-rflow'], yet got {maisi_version}.\")\n",
455-
" \n",
455+
"\n",
456456
"with open(model_def_path, \"r\") as f:\n",
457-
" model_def = json.load(f) \n",
457+
" model_def = json.load(f)\n",
458458
"for k, v in model_def.items():\n",
459459
" setattr(args, k, v)\n",
460460
"\n",

0 commit comments

Comments
 (0)