Skip to content

Commit

Permalink
[easy][typo] fixing typo in Gradio notebook docs (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
saqadri authored Feb 12, 2024
2 parents b32f683 + a4d0c4d commit e00bc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiconfig-docs/docs/gradio-notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Reasons for Downloading:
1. **Lock in edits to your Space.** Refreshing your Space does not save changes. You need to upload the downloaded `aiconfig.json` file to your Space repo to lock in the state. Make sure you name your `aiconfig.json` file as `my_app.aiconfig.json` - it’s referenced in `app.py`.
2. **Build apps inspired by your Space.** HuggingFace Spaces offer cool demos, but building an app with the tested models and prompts is challenging. However, by downloading the `aiconfig.json` file, you can use the prompts (and models) from your Space in your code with the [AIConfig SDK](https://github.com/lastmile-ai/aiconfig).

### Share Norkbook
### Share Notebook

Click **Share Notebook** to get a link to a read-only copy of your Space to share with the rest of the world!

Expand Down

0 comments on commit e00bc96

Please sign in to comment.