File size: 560 Bytes
ceb119d 7928acb ceb119d 5e168b6 4722fbd ceb119d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<html>
<body bgcolor="#00cccc">
<center>
<br><br><br>
<form action="https://taha454-backg.hf.space/imageStep2" method="post" enctype="multipart/form-data">
<p><h3>Enter Image:</h3></p>
Name :<p><input type="text" name="things_replace" /></p><br>
blur_radius :<p><input type="text" name="blur_radius" /></p><br>
Image : <input type="file" name="image_file" required><br><br>
<p><input type="submit" value="submit" /></p>
</form>
</center>
</body>
</html>
|