From 351c4f98a76e6e88fcb16f8d4fbb125a0418060a Mon Sep 17 00:00:00 2001 From: Lewis Tunstall Date: Tue, 5 Apr 2022 14:47:51 +0200 Subject: [PATCH] Fix quiz --- chapters/en/_toctree.yml | 1 + chapters/en/chapter9/7.mdx | 44 ++++++++++++++++++++------------------ 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/chapters/en/_toctree.yml b/chapters/en/_toctree.yml index 53b2308b0..e654c971e 100644 --- a/chapters/en/_toctree.yml +++ b/chapters/en/_toctree.yml @@ -185,6 +185,7 @@ title: Advanced features - local: chapter9/7 title: End-of-chapter quiz + quiz: 9 - title: Hugging Face Course Event sections: diff --git a/chapters/en/chapter9/7.mdx b/chapters/en/chapter9/7.mdx index 9d720336e..3caf96ce9 100644 --- a/chapters/en/chapter9/7.mdx +++ b/chapters/en/chapter9/7.mdx @@ -1,3 +1,5 @@ + + # End-of-chapter quiz Let's test what you learned in this chapter! @@ -5,7 +7,7 @@ Let's test what you learned in this chapter! ### 1. What can you use Gradio to do? ### 2. Gradio ONLY works with PyTorch models ### 3. Where can you launch a Gradio demo from? ### 4. Gradio is designed primarily for NLP models ### 5. Which of the following features are supported by Gradio? ### 6. Which of the following are valid ways of loading a Hugging Face model from Hub or Spaces? ### 7. Select all the steps necessary for adding state to your Gradio interface -### 8. Which of the following are components included in the Gradio library? +### 8. Which of the following are components included in the Gradio library? ### 9. How long does a Gradio share link last? \ No newline at end of file