File size: 1,367 Bytes
ceb119d 9beab52 ceb119d 473fa66 9beab52 4722fbd 7c14c4a 6a8b173 473fa66 ceb119d 9beab52 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
<html>
<body bgcolor="#00cccc">
<center>
<br><br><br>
<form action="https://taha454-backg.hf.space/Video" method="post" enctype="multipart/form-data">
<p><h3>Enter Image:</h3></p>
type_of_filters :<p><input type="text" name="type_of_filters" /></p><br>
kind_back :<p><input type="text" name="kind_back" /></p><br>
blur_radius :<p><input type="text" name="blur_radius" /></p><br>
Video : <input type="file" name="video_file" required><br><br>
Background_Image : <input type="file" name="background_image" ><br><br>
<p><input type="submit" value="submit" /></p>
</form>
</center>
</body>
</html>
<!--
<form action="https://taha454-backg.hf.space/imageStep2" method="post" enctype="multipart/form-data">
<p><h3>Enter Image:</h3></p>
type_of_filters :<p><input type="text" name="type_of_filters" /></p><br>
things_replace :<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>
Background_Image : <input type="file" name="background_image" ><br><br>
<p><input type="submit" value="submit" /></p>
</form>
--> |