Skip to content

Commit a9fa7b0

Browse files
authored
Merge pull request #708 from russorat/patch-1
fix: Adding version to ngrok config in colab notebook
2 parents 42b899b + c4abb23 commit a9fa7b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

avatarify.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@
419419
"source": [
420420
"config =\\\n",
421421
"f\"\"\"\n",
422+
"version: 2\n",
422423
"authtoken: {authtoken}\n",
423424
"region: {region}\n",
424425
"console_ui: False\n",
@@ -649,4 +650,4 @@
649650
"outputs": []
650651
}
651652
]
652-
}
653+
}

0 commit comments

Comments
 (0)