Abubakar Abid
Feb 22, 2021

--

Thanks for putting together this guide! It's super helpful and I've used this approach to deploy models. But I wanted to share another way that might be helpful for readers who quickly want to share a model for quick prototyping:

using libraries like the gradio.app, you can create a public link to your models in just a few seconds

How does it work? The library creates a secure tunnel to a model running on local host, and creates a public link, allowing anyone to try out your model.

--

--