change title on page
This commit is contained in:
parent
5f26155ce0
commit
6b9ae538fd
@ -113,14 +113,16 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Neural Style Transfer for images</h1>
|
||||
<h1>Neural Style Transfer</h1>
|
||||
<form id="upload-form" action="/" method="POST" enctype="multipart/form-data">
|
||||
<div class="file-input-container">
|
||||
<label for="content_image">Upload Content Image:</label>
|
||||
<input type="file" id="content_image" name="content_image" required>
|
||||
<img id="content-preview" class="image-preview" alt="Content Image Preview">
|
||||
</div>
|
||||
|
||||
<div class="file-input-container">
|
||||
<label for="style_image">Upload Style Image:</label>
|
||||
<input type="file" id="style_image" name="style_image" required>
|
||||
<img id="style-preview" class="image-preview" alt="Style Image Preview">
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user