From a9dcefc772bf1dc202e55112355d0d041579745b Mon Sep 17 00:00:00 2001 From: Rafa <32463720+Rafacasari@users.noreply.github.com> Date: Thu, 10 Aug 2023 08:46:16 -0300 Subject: [PATCH] Update --- Realtime_Voice_Changer_on_Colab.ipynb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Realtime_Voice_Changer_on_Colab.ipynb b/Realtime_Voice_Changer_on_Colab.ipynb index 39280a04..22e14d27 100644 --- a/Realtime_Voice_Changer_on_Colab.ipynb +++ b/Realtime_Voice_Changer_on_Colab.ipynb @@ -126,15 +126,12 @@ "# @title **[4]** Start Server\n", "# @markdown **Run this cell AFTER ngrok setup!**\\\n", "# @markdown This cell will start the server, the first time that you run it will download the example models, so it can take a while and console may be spammed a little bit. **So be fast to open the server link.**\n", - "\n", - "# Make sure that we are in the server folder after Colab restarts.\n", - "\n", "import portpicker\n", "PORT = portpicker.pick_unused_port()\n", "\n", "from pyngrok import ngrok\n", "public_url = ngrok.connect(PORT).public_url\n", - "#print(\" * ngrok tunnel \\\"{}\\\" -> \\\"http://127.0.0.1:{}/\\\"\".format(public_url, PORT))\n", + "\n", "print(\"Your server will be available at:\")\n", "print(public_url)\n", "print(public_url)\n", @@ -177,4 +174,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}