Update static/index.html
Browse files- static/index.html +2 -2
static/index.html
CHANGED
|
@@ -10,14 +10,14 @@
|
|
| 10 |
<body>
|
| 11 |
<main>
|
| 12 |
<section id="text-gen">
|
| 13 |
-
<h1>Text generation using
|
| 14 |
<p>
|
| 15 |
Model:
|
| 16 |
<a
|
| 17 |
href="https://huggingface.co/google/flan-t5-small"
|
| 18 |
rel="noreferrer"
|
| 19 |
target="_blank"
|
| 20 |
-
>
|
| 21 |
>
|
| 22 |
</p>
|
| 23 |
<form class="text-gen-form">
|
|
|
|
| 10 |
<body>
|
| 11 |
<main>
|
| 12 |
<section id="text-gen">
|
| 13 |
+
<h1>Text generation using GPT2</h1>
|
| 14 |
<p>
|
| 15 |
Model:
|
| 16 |
<a
|
| 17 |
href="https://huggingface.co/google/flan-t5-small"
|
| 18 |
rel="noreferrer"
|
| 19 |
target="_blank"
|
| 20 |
+
>gpt2</a
|
| 21 |
>
|
| 22 |
</p>
|
| 23 |
<form class="text-gen-form">
|