nchen909 commited on
Commit
d429d3a
1 Parent(s): 9845a2a

Update static/index.html

Browse files
Files changed (1) hide show
  1. 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 Flan T5</h1>
14
  <p>
15
  Model:
16
  <a
17
- href="https://huggingface.co/google/flan-t5-small"
18
  rel="noreferrer"
19
  target="_blank"
20
- >google/flan-t5-small</a
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: Translate There are many ducks. German:"
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>