Ömer Faruk Özdemir 53d54e1510 Add a missing line to getting started (#816)
Former-commit-id: 81e271ca22e838e1ee618d48cdb0e904fd233cf3 [formerly 81e271ca22e838e1ee618d48cdb0e904fd233cf3 [formerly 81e271ca22e838e1ee618d48cdb0e904fd233cf3 [formerly 81e271ca22e838e1ee618d48cdb0e904fd233cf3 [formerly 81e271ca22e838e1ee618d48cdb0e904fd233cf3 [formerly 96f203108bf1222fe333a0175687293abdc669d7]]]]]
Former-commit-id: eaff13262853078e0c6c0baa54c731d9e56bc73f
Former-commit-id: b5112c3f425c0ea961461854efae9c28a73aea01
Former-commit-id: bce6f9c4c5254301eb73e76eb47cddab3e132c24
Former-commit-id: feba0888e3d488b82a3518343f607517d0836f13
Former-commit-id: 896b381e95be9051767bcac280d090cd53bab88e
2022-03-14 12:32:36 +02:00
..
2022-02-18 18:54:18 -05:00
2022-02-09 20:33:16 +04:00
2022-02-09 20:33:16 +04:00

Contributing a Guide

Want to help teach Gradio? Consider contributing a Guide! 🤗

Broadly speaking, there are two types of guides:

  • Use cases: guides that cover step-by-step how to build a particular type of machine learning demo or app using Gradio. Here's an example: Creating a Chatbot
  • Feature explanation: guides that describe in detail a particular feature of Gradio. Here's an example: Using Flagging

We encourage you to submit either type of Guide! (Looking for ideas? We may also have open issues where users have asked for guides on particular topics)

Guide Structure

As you can see with the previous examples, Guides are standard markdown documents. They usually:

  • start with an Introduction section describing the topic
  • include subheadings to make articles easy to navigate
  • include real code snippets that make it easy to follow along and implement the Guide
  • include embedded Gradio demos to make them more interactive and provide immediate demonstrations of the topic being discussed. These Gradio demos are hosted on Hugging Face Spaces and are embedded using the standard <iframe> tag.

How to Contribute a Guide

  1. Clone or fork this gradio repo
  2. Add a new markdown document with a descriptive title to the /guides folder
  3. Write your Guide in standard markdown! Embed Gradio demos wherever helpful
  4. Add a list of related_spaces at the top of the markdown document (see the previously linked Guides for how to do this)
  5. Add 3 tags at the top of the markdown document to help users find your guide (again, see the previously linked Guides for how to do this)
  6. Open a PR to have your guide reviewed

That's it! We're looking forward to reading your Guide 🥳