T2IPromptGeneratorQT / index.html
tungdop2's picture
init code
284cb2b
raw
history blame
439 Bytes
<main>
<section id="T2I Prompt Generatpr">
<h2>Text generation using Flan T5</h2>
<form class="text-gen-form">
<label for="text-gen-input">Text prompt</label>
<input
id="text-gen-input"
type="text"
value="German: There are many ducks"
/>
<button id="text-gen-submit">Submit</button>
<p class="text-gen-output"></p>
</form>
</section>
</main>