Skip to content

Commit

Permalink
Merge pull request alievk#708 from russorat/patch-1
Browse files Browse the repository at this point in the history
fix: Adding version to ngrok config in colab notebook
  • Loading branch information
JohanAR authored Feb 21, 2024
2 parents 42b899b + c4abb23 commit a9fa7b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion avatarify.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@
"source": [
"config =\\\n",
"f\"\"\"\n",
"version: 2\n",
"authtoken: {authtoken}\n",
"region: {region}\n",
"console_ui: False\n",
Expand Down Expand Up @@ -649,4 +650,4 @@
"outputs": []
}
]
}
}

0 comments on commit a9fa7b0

Please sign in to comment.