File size: 153 Bytes
689ef7e
 
 
 
 
1
2
3
4
5
<form method="post" enctype="multipart/form-data">
  {% csrf_token %}
  <input type="file" name="image">
  <button type="submit">Predict</button>
</form>