From 3eab6576b4f13937da27dd4093fc2417451a8aba Mon Sep 17 00:00:00 2001 From: Ryan Holinshead <> Date: Mon, 13 May 2024 15:11:22 -0400 Subject: [PATCH] Update Gradio Space Documentation Summary: Test Plan: --- aiconfig-docs/docs/gradio-notebook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiconfig-docs/docs/gradio-notebook.md b/aiconfig-docs/docs/gradio-notebook.md index d95fd664d..f5a78b0be 100644 --- a/aiconfig-docs/docs/gradio-notebook.md +++ b/aiconfig-docs/docs/gradio-notebook.md @@ -148,7 +148,7 @@ Duplicate the [Gradio Notebook Quickstart Space](https://huggingface.co/spaces/l #### [manual] Create from scratch -- **Option 2: Create from scratch**. Create a [new Gradio SDK Space](https://huggingface.co/new-space) and add these files to your Space repo. To add files to your Space repo, you can do so through the [Web UI](https://huggingface.co/docs/hub/repositories-getting-started#adding-files-to-a-repository-web-ui) or [terminal](https://huggingface.co/docs/hub/repositories-getting-started#terminal). +- **Option 2: Create from scratch**. Create a [new Gradio SDK Space](https://huggingface.co/new-space?sdk=gradio) (blank template) and add these files to your Space repo. To add files to your Space repo, you can do so through the [Web UI](https://huggingface.co/docs/hub/repositories-getting-started#adding-files-to-a-repository-web-ui) or [terminal](https://huggingface.co/docs/hub/repositories-getting-started#terminal). - [app.py](https://huggingface.co/spaces/lastmileai/gradio-notebook-template/blob/main/app.py) - [requirements.txt](https://huggingface.co/spaces/lastmileai/gradio-notebook-template/blob/main/requirements.txt)