for rebuild
Gitea Actions Demo / build_and_push (push) Successful in 18s
Details
Gitea Actions Demo / build_and_push (push) Successful in 18s
Details
This commit is contained in:
parent
d654c9cc05
commit
217e720f46
|
|
@ -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="Определить">
|
||||
|
|
|
|||
Loading…
Reference in New Issue