Skip to content

Commit 8b0a0e5

Browse files
authored
Change default tunnel in colab
1 parent 274d2f9 commit 8b0a0e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/Applio.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
"# @markdown ### Choose a sharing method:\n",
261261
"from IPython.display import clear_output\n",
262262
"\n",
263-
"method = \"localtunnel\" # @param [\"gradio\", \"localtunnel\", \"ngrok\"]\n",
263+
"method = \"gradio\" # @param [\"gradio\", \"localtunnel\", \"ngrok\"]\n",
264264
"ngrok_token = \"If you selected the 'ngrok' method, obtain your auth token here: https://dashboard.ngrok.com/get-started/your-authtoken\" # @param {type:\"string\"}\n",
265265
"tensorboard = True #@param {type: \"boolean\"}\n",
266266
"\n",

0 commit comments

Comments
 (0)