for rebuild
Gitea Actions Demo / build_and_push (push) Successful in 18s Details

This commit is contained in:
artem 2025-04-24 18:17:57 +03:00
parent d654c9cc05
commit 217e720f46
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<p>Определение породы происходит при помощи нейронной сети - точность опеределения составляет 60%, сеть обучена на 65 породах. Если на фото будет неизвестная порода будет предложено несколько похожих пород.</p>
<p>Фото не хранятся на сервере</p>
{% endblock %}
{% block form %}
{% block form %}
<form enctype="multipart/form-data" method="post" action="/beerds/cats" onsubmit="SavePhoto(this);return false">
<input type="file" name="f" id="file-input">
<input type="submit" value="Определить">