Spaces:
Running
Running
File size: 445 Bytes
947c08e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<!DOCTYPE html>
<html lang="en">
<body>
<h1>Simple API test</h1>
<form action="http://127.0.0.1:5003/colorize_translate" method="post" enctype="multipart/form-data">
<input name="image" type="file">
<label>
Translator:
<input name="translator" type="text">
</label>
<label>
Inpainter
<input name="inpainter" type="text" value="none">
</label>
<input type="submit">
</form>
</body>
</html> |