Skip to content

Instantly share code, notes, and snippets.

@Manikanta-Munnangi
Created November 10, 2019 14:11
Show Gist options
  • Save Manikanta-Munnangi/8285d6f4ae035c2385964540c5898721 to your computer and use it in GitHub Desktop.
Save Manikanta-Munnangi/8285d6f4ae035c2385964540c5898721 to your computer and use it in GitHub Desktop.
<form action="/predict" method="POST" enctype="multipart/form-data">
<input type="file" class="btn" name="image"
style="font-size: 20px;font-weight: bolder;color: black;border-radius: 10px;"
accept="image/*" required>
<input type="submit" class="btn"
style="font-size: 20px;font-weight: bolder;color: black;border-radius: 10px;">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment