Skip to content

Commit

Permalink
Fix link gradio guide (huggingface#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton authored Apr 17, 2024
1 parent 223cdbe commit 98c9d0a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions _blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3746,17 +3746,6 @@
- LLM
- gcp

- local: gradio-reload
title: "AI Apps in a Flash with Gradio's Reload Mode"
author: freddyaboulton
thumbnail: /blog/assets/gradio-reload/thumbnail_compressed.png
date: April 16, 2024
tags:
- gradio
- open-source
- guide
- demo

- local: google-cloud-model-garden
title: "Making thousands of open LLMs bloom in the Vertex AI Model Garden"
author: philschmid
Expand Down Expand Up @@ -3822,3 +3811,14 @@
- research
- collaboration
- community

- local: gradio-reload
title: "AI Apps in a Flash with Gradio's Reload Mode"
author: freddyaboulton
thumbnail: /blog/assets/gradio-reload/thumbnail_compressed.png
date: April 16, 2024
tags:
- gradio
- open-source
- guide
- demo
2 changes: 1 addition & 1 deletion gradio-reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ As a final improvement, I will add a markdown header to the page:

In this post, I developed a working AI application with Gradio and the Hugging Face Inference API. When I started developing this, I didn't know what the final product would look like so having the UI and server logic reload instanty let me iterate on different ideas very quickly. It took me about an hour to develop this entire app!

If you'd like to see the entire code for this demo, please check out this [space](https://huggingface.co/spaces/freddyaboulton/document-analyzer/settings)!
If you'd like to see the entire code for this demo, please check out this [space](https://huggingface.co/spaces/freddyaboulton/document-analyzer)!

0 comments on commit 98c9d0a

Please sign in to comment.