GraziePrego's picture
Upload folder using huggingface_hub
7d4338a verified
<span x-data>
<script type="module">
import { store } from "/plugins/_plugin_validator/webui/plugin-validator-store.js";
</script>
<button type="button"
class="button"
title="Validate this plugin repository before installing"
@click="$store.pluginValidator.openModal({ source: 'git', gitUrl: ($store.pluginInstallStore.gitUrl || '').trim() })"
:disabled="$store.pluginInstallStore.loading || !($store.pluginInstallStore.gitUrl || '').trim()">
<span class="icon material-symbols-outlined">fact_check</span> Validate
</button>
</span>