Open tiffany0117 opened 2 years ago
I am also having the exact same issue as described above with the same error ERR_Ngrok_6022. I tried to restart the runtime after completing the download and authtoken with Ngrok. And I also tried to run this on MS Edge and Google Chrome without any success.
Any help with this is much appreciated.
Can you try with a local JupyterNotebook - and add your "secret" to "app.py" and try again?
app = Flask(name) UPLOAD_FOLDER = './' app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER app.secret_key = "secret key"
Hi, I would like to run the application in Human action recognition using Detectron2 and LSTM. I ran the colab you provided and opened a browser with the url. However, I got the error below :
I also signed up for a account and installed my authtoken, but didn't help. Could anyone help me for running the application?