From 9a41f1b5c1b2e4ce49362bba6c819d550e411002 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Fri, 11 Mar 2022 11:28:47 -0500 Subject: [PATCH] Update getting_started.md (#808) Former-commit-id: 79505ba76df9e99311684d06c1c5ff6e91026c87 --- guides/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/getting_started.md b/guides/getting_started.md index 63d6385e49..f4a34cc6ce 100644 --- a/guides/getting_started.md +++ b/guides/getting_started.md @@ -161,7 +161,7 @@ Share links expire after 72 hours. For permanent hosting, see Hosting Gradio App ### Hosting Gradio Apps on Spaces -Huggingface provides the infrastructure to permanently host your Gradio model on the internet, for free! You can either drag and drop a folder containing your Gradio model and all related files, or you can point HF Spaces to your Git repository and HP Spaces will pull the Gradio interface from there. See [Huggingface Spaces](http://huggingface.co/spaces/) for more information. +Huggingface provides the infrastructure to permanently host your Gradio model on the internet, for free! You can either drag and drop a folder containing your Gradio model and all related files, or you can point HF Spaces to your Git repository and HF Spaces will pull the Gradio interface from there. See [Huggingface Spaces](http://huggingface.co/spaces/) for more information. ![Hosting Demo](/assets/img/hf_demo.gif)