TintinMeimei commited on
Commit
296977c
1 Parent(s): 036069c

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +2 -11
static/index.html CHANGED
@@ -1,21 +1,12 @@
1
  <main>
2
  <section id="text-gen">
3
- <h2>Text generation using Flan T5</h2>
4
- <p>
5
- Model:
6
- <a
7
- href="https://huggingface.co/google/flan-t5-small"
8
- rel="noreferrer"
9
- target="_blank"
10
- >google/flan-t5-small
11
- </a>
12
- </p>
13
  <form class="text-gen-form">
14
  <label for="text-gen-input">Text prompt</label>
15
  <input
16
  id="text-gen-input"
17
  type="text"
18
- value="German: There are many ducks"
19
  />
20
  <button id="text-gen-submit">Submit</button>
21
  <p class="text-gen-output"></p>
 
1
  <main>
2
  <section id="text-gen">
3
+ <h2>Have fun with Cool AI!</h2>
 
 
 
 
 
 
 
 
 
4
  <form class="text-gen-form">
5
  <label for="text-gen-input">Text prompt</label>
6
  <input
7
  id="text-gen-input"
8
  type="text"
9
+ value="Translate this sentence to French. Sentence: I can speak Chinese."
10
  />
11
  <button id="text-gen-submit">Submit</button>
12
  <p class="text-gen-output"></p>