isl / api /templates /predict.html
praveen-reddy's picture
Upload 23 files
689ef7e
raw
history blame contribute delete
153 Bytes
<form method="post" enctype="multipart/form-data">
{% csrf_token %}
<input type="file" name="image">
<button type="submit">Predict</button>
</form>