hi @ytrewk ,
If you want your app live beyond the 72hours link on Colab, please considerer publishing an alternative version on Spaces. You’ll need to convert your notebook into a python application
I actually don’t want my app live continuously for more than 72 hours, but what I am looking for is a way to have my app reuse the same url when I restart it. Is that possible?
hi @ytrewk , that’s not possible with Spaces, you can set a sleep time, however it will boot up after the next request. You can only have the ephemeral deployment URL using Gradio on a Google Colab.
@radames Now I am confused. I tried to search for any “paid” info on gradio website and docs and could not find any. Instead, I found this on the page you linked:
Hosting on HF Spaces
If you’d like to have a permanent link to your Gradio demo on the internet, use Hugging Face Spaces.
How should I grasp your message?
I also don’t really understand what you mean by “set a sleep time, however it will bot up after the next request”. Next request to what? To the url? That’s fine, actually that’s convenient. When I set the app to sleep, it’s convenient to have it start once I visit the url again.
Sorry If it was confusing.
When you set a Space, on the Free Tier, the Space app will sleep after 48h of inactivity. go to your Space settings https://huggingface.co/spaces/ytrewk/YOUR_SPACE/settings
You will have a sharable and persistent URL for your Space regardless if it’s sleeping or not.