tmp4 / index.html
LapStore
i
9346b00
raw
history blame contribute delete
515 Bytes
<html>
<body bgcolor="#00cccc">
<center>
<br><br><br>
<form action="http://localhost:8000/predict" method="post" enctype="multipart/form-data">
<p><h3>Enter Image:</h3></p>
Name :<p><input type="text" name="name" /></p><br>
Age :<p><input type="text" name="age" /></p><br>
File : <input type="file" name="file" required><br><br>
<p><input type="submit" value="submit" /></p>
</form>
</center>
</body>
</html>