Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 897 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 897 Bytes

Flask GPU app

Example app that demonstrates how to run a Flask app with a free GPU using Google Colab and ngrok.

Instructions

  • Open the Colab: Open In Colab

  • Go to ngrok.com, get a free API token, and in the Colab replaceYOUR-AUTHTOKEN-HERE with the token.

  • Set the runtime to GPU

  • Click on Runtime -> Run all

  • In the output cell you should see a url similar to this: Running on http://5fdc-104-196-187-169.ngrok.io. Open this url and use your app.