{% with title="Gradio Demos", url="https://gradio.app/demos", image="/assets/img/meta-image.png", description="Play Around with Gradio Demos" %} {% include "templates/meta.html" %} {% endwith %} {% include "templates/navbar.html" %}

Demos

Here are some examples of what you can build with Gradio in just a few lines of Python. Once you’re ready to learn, head over to the ⚡ Quickstart.

Check out more demos on Spaces.

{% for category_demos in demos_by_category %} {% set category_loop = loop %}

{{ category_demos["category"] }}

{% for demo in category_demos["demos"] %} {% endfor %}
{% for demo in category_demos["demos"] %}

{{ demo['text'] }}

{{ demo['code'] }}
{% if 'external_space' in demo %} {% else %} {% endif %}
{% endfor %}
{% endfor %}
{% include 'templates/footer.html' %}