Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
praveen-reddy
/
isl
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c7bd3e1
isl
/
api
/
templates
/
predict.html
praveen-reddy
Upload 23 files
689ef7e
over 1 year ago
raw
Copy download link
history
blame
Safe
153 Bytes
<
form
method
=
"post"
enctype
=
"multipart/form-data"
>
{% csrf_token %}
<
input
type
=
"file"
name
=
"image"
>
<
button
type
=
"submit"
>
Predict
</
button
>
</
form
>