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.
{{ category_demos["category"] }}
{% for demo in category_demos["demos"] %}
{% endfor %}
{% for demo in category_demos["demos"] %}
{{ demo['text'] }}
{{ demo['code'] }}