Update static/index.html
Browse files- static/index.html +4 -4
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/
|
18 |
rel="noreferrer"
|
19 |
target="_blank"
|
20 |
-
>
|
21 |
>
|
22 |
</p>
|
23 |
<form class="text-gen-form">
|
@@ -25,7 +25,7 @@
|
|
25 |
<input
|
26 |
id="text-gen-input"
|
27 |
type="text"
|
28 |
-
value="English:
|
29 |
/>
|
30 |
<button id="text-gen-submit">Submit</button>
|
31 |
<p class="text-gen-output"></p>
|
|
|
10 |
<body>
|
11 |
<main>
|
12 |
<section id="text-gen">
|
13 |
+
<h1>Text generation using FreedomIntelligence/Apollo-7B</h1>
|
14 |
<p>
|
15 |
Model:
|
16 |
<a
|
17 |
+
href="https://huggingface.co/FreedomIntelligence/Apollo-7B"
|
18 |
rel="noreferrer"
|
19 |
target="_blank"
|
20 |
+
>FreedomIntelligence/Apollo-7B</a
|
21 |
>
|
22 |
</p>
|
23 |
<form class="text-gen-form">
|
|
|
25 |
<input
|
26 |
id="text-gen-input"
|
27 |
type="text"
|
28 |
+
value="English: There are many ducks. German:"
|
29 |
/>
|
30 |
<button id="text-gen-submit">Submit</button>
|
31 |
<p class="text-gen-output"></p>
|