simplify import

This commit is contained in:
Brett Kuprel
2022-07-01 16:02:05 -04:00
parent 18c72ed34d
commit 69683fec94
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -134,7 +134,7 @@
"source": [
"import os\n",
"os.chdir('/content/min-dalle')\n",
"from min_dalle.min_dalle_torch import MinDalleTorch\n",
"from min_dalle import MinDalleTorch\n",
"\n",
"model = MinDalleTorch(is_mega=True, is_reusable=True)"
]