cartoonize icon indicating copy to clipboard operation
cartoonize copied to clipboard

ngrok authentication

Open disconcert opened this issue 3 years ago • 3 comments

Now ngrok asks for auth token. I made my own but I don't know how to set it up in Google's Collab. Thanks.

disconcert avatar Jan 20 '22 19:01 disconcert

I have the same ques... help us

aylitat avatar Jul 16 '22 15:07 aylitat

Pinging @abhijitjadhav1998

Could you please take a look at the ngrok requirement?

nirajpandkar avatar Jul 16 '22 16:07 nirajpandkar

This worked for me:

!pip3 install pyngrok
!ngrok authtoken YOUR_TOKEN_VALUE
!python app.py

nadeemc avatar Dec 20 '22 05:12 nadeemc