ngrok authentication
Opened this issue · 3 comments
disconcert commented
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.
aylitat commented
I have the same ques...
help us
nirajpandkar commented
Pinging @abhijitjadhav1998
Could you please take a look at the ngrok requirement?
nadeemc commented
This worked for me:
!pip3 install pyngrok
!ngrok authtoken YOUR_TOKEN_VALUE
!python app.py