| <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> |