Skip to content

Commit

Permalink
Add Demo Image
Browse files Browse the repository at this point in the history
  • Loading branch information
its-id committed Apr 11, 2023
1 parent ecad0cf commit 43b1c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h1>Image Classification App</h1>

<form action="/predict" method="POST" enctype="multipart/form-data">
<input type="file" name="image" id="image" />
<input type="file" name="file" id="file" />
<input type="submit" value="Upload" />
</form>

Expand Down

0 comments on commit 43b1c88

Please sign in to comment.