{% extends "page.html" %} {% block stylesheet %} {% endblock %} {% block site %}
Hugging Face Logo

You can just run here or duplicate this Space to run it private.


Duplicate Space

The default token is huggingface

You can keep all settings default

{% if login_available %}
{% else %}

No login available, you shouldn't be seeing this page.

{% endif %}

This template was created by camenduru and others.

{% if message %}
{% for key in message %}
{{message[key]}}
{% endfor %}
{% endif %}
{% endblock %} //{% block script %} // {% endblock %}