Skip to content

Commit

Permalink
Update demo.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
susnato authored Jul 10, 2023
1 parent 4634d7d commit 25f6549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/en/chapter4/demo.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Build a demo with Gradio

In this final section on audio classification, we'll build a [Gradio]((https://gradio.app)) demo to showcase the music
In this final section on audio classification, we'll build a [Gradio](https://gradio.app) demo to showcase the music
classification model that we just trained on the [GTZAN](https://huggingface.co/datasets/marsyas/gtzan) dataset. The first
thing to do is load up the fine-tuned checkpoint using the `pipeline()` class - this is very familiar now from the section
on [pre-trained models](../classification_models). You can change the `model_id` to the namespace of your fine-tuned model
on [pre-trained models](classification_models). You can change the `model_id` to the namespace of your fine-tuned model
on the Hugging Face Hub:

```python
Expand Down

0 comments on commit 25f6549

Please sign in to comment.