- Go to https://colab.research.google.com
- make a new notebook
- make sure that you are using a the right runtime : Runtime => change runtime type => GPU
- Enjoy!
!git clone https://github.com/Ghassanee/DeepFakeDetectionGUI.git
!pip install flask-ngrok
!pip install flask
!pip install flask-dropzone
cd DeepFakeDetectionGUI/
!python main.py
click in the ngrok link like : "http://bc8621095968.ngrok.io"
if you got this problem
tunnel url = j['tunnels'][0]['public_url'] # Do the parsing of the get
indexerror: list index out of range
you should make another notebook or restart your runtime